Esri / geoportal-server

Geoportal Server is a standards-based, open source product that enables discovery and use of geospatial resources including data and services.
https://gptogc.esri.com/geoportal
Apache License 2.0
244 stars 149 forks source link

Preview map basemap and ArcGIS Server/ArcIMS layers #204

Closed slead closed 8 years ago

slead commented 8 years ago

The preview map instructions say "The Base Map checkbox will not display for ArcIMS or ArcGIS Server services because for these types of services, the service layer obscures what would be the basemap"

That doesn't seem to be correct - the whole point of the basemap is to appear below the service layer, right? Especially in the case of a point or line layer, the service layer won't obscure the basemap. Even if a polygon layer does obscure the basemap, it won't hurt to have it there.

Is it possible to enable the basemap toggle for ArcGIS Server/ArcIMS layers? thanks

zguo commented 8 years ago

The function for previewing the map services is there for ArcGIS services, adding/overalying basemap as background is doable but more complicate to implement due to projection issues, e.g. some service have custom projection (WKT), some service might not support reproject (e.g. tiles).