Closed (fixed)
Project:
Carto - opengis web mapping
Version:
master
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
13 May 2006 at 15:24 UTC
Updated:
29 Oct 2006 at 11:00 UTC
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
Comment #1
jpulles commentedHi 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.
Comment #2
jpulles commentedDone.
Comment #3
(not verified) commented