WMSGetFeatureInfo from layer with stackedpoint style

المشرف العام

Administrator
طاقم الإدارة
I have problem with WMSGetFeatureInfo. When i try it with layer styling stackedpoint i get exception: java.lang.IllegalArgumentException: Can't find neither a FeatureType nor a CoverageInfo or WMSLayerInfo named http://www.opengis.net/gml:stackedPoint. When i used layer with default style point, it's work well. How i can fix this problem?

My code:

map.on('singleclick', function(evt) { document.getElementById('info').innerHTML = ''; var viewResolution = /** @type {number} */ (view.getResolution()); var url = hotpointSource.getGetFeatureInfoUrl(evt.coordinate, viewResolution, 'EPSG:3395',{ 'INFO_FORMAT': 'text/html' }); if (url) { document.getElementById('info').innerHTML =''; } });

أكثر...
 
أعلى