Hi,

during installation and testing I wanted to add NASA's blue Marble WMS available at
http://wms.jpl.nasa.gov/wms.cgi?request=GetMap&layers=BMNG&bbox=-180,-90...

This WMS is case sensitive with regard to OGC WMS requests. In MappingWidget's SimpleMap.js I therefore changed
"getmap" to "GetMap" and "transparent=true" to "transparent=TRUE"

Furthermore the WMS needs an uppercase "srs=EPSG:4326" instead of the automaticall generated "srs=epsg:4326", but up to now I couldn#t find out which component is responsible for this.

Greetings and once again thanks for this module! Christian

Comments

jpulles’s picture

Hi Christian,

Thanks for the comments. I should indeed change e.g. the requests to appropriate use of case as in the specs.

The EPSG was also from the carto module and is changed in cvs. The srs for the non-wms nodes are taken from the simplemap srs attribute.

jpulles’s picture

Assigned: Unassigned » jpulles
Status: Active » Fixed

Done.

Anonymous’s picture

Status: Fixed » Closed (fixed)