ckan / ckanext-geoview

CKAN Geospatial ResourceView
MIT License
43 stars 58 forks source link

WMS doesn't display along with new basemap (Staman) #47

Open jysuh opened 8 years ago

jysuh commented 8 years ago

WMS layer displayed as broken tile on demo.ckan.org site . This is happening on kml layer too.

image

@Corey Erickson

jrods commented 8 years ago

@jysuh ran into this problem recently as well (with bcgov map site too ) , try dropping the request=getcapabilities parameter in your resource link. I think the map server is having an issue with that parameter.

https://github.com/bcgov/ckanext-bcgov/issues/138

jysuh commented 8 years ago

Yes, Indeed. It shows up fine now but somehow, it still shows unknown tiles though. I think it is coming from basemap. Here is snapshot all the layers turned on. image

Here is snapshot without basemap turned on.

image

@Corey Erickson

mattfullerton commented 8 years ago

@jysuh Try replacing the {s} in the base map path in the config with a "b" or just removing it completely. I seem to remember that the OpenLayers-based views in GeoView don't do the subdomains part properly. For which we probably should have an issue somewhere.