geoadmin / mf-geoadmin3

Legacy source code of map.geo.admin.ch
https://map.geo.admin.ch
Other
227 stars 72 forks source link

6.2.15 Tooltip WMS layer does not work #733

Closed davidoesch closed 11 years ago

davidoesch commented 11 years ago

All OS all Browsers http://map3.geo.admin.ch/index.html?selectedNode=node_ch.swisstopo.pixelkarte-farbe-pk25.noscale1&Y=643806.95&X=206480.18&zoom=4&bgLayer=ch.swisstopo.pixelkarte-grau&time_current=latest&lang=en&topic=ech&mobile=false&layers=ch.swisstopo.pixelkarte-farbe-pk25.noscale,ch.swisstopo.pixelkarte-pk25.metadata

click on map

no tooltip (seems like layername is missing in request

gjn commented 11 years ago

To be exact, the layerBodId parameter is empty in the identify response.

e.g. http://map3.geo.admin.ch/main/rest/services/ech/MapServer/identify?geometry=647506.95,210905.18000000002&geometryFormat=geojson&geometryType=esriGeometryPoint&imageDisplay=1920,1099,96&layers=all:ch.swisstopo.pixelkarte-pk25.metadata&mapExtent=595806.95,179005.18,691806.95,233955.18&tolerance=5

This has to be corrected on service side. I'll open an issue.

gjn commented 11 years ago

I'll have a look now.

gjn commented 11 years ago

PR in chsdi3 ready...

gjn commented 11 years ago

I'll close as this will be fixed on next chsdi3 deploy.