Closed (fixed)
Project:
Carto - opengis web mapping
Version:
master
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
13 May 2006 at 15:16 UTC
Updated:
29 Oct 2006 at 11:00 UTC
Hi,
during installation and testing I wanted to add NASA's Blue Marble layer available at
http://wms.jpl.nasa.gov/wms.cgi?request=GetMap&layers=BMNG&bbox=-180,-90...
This WMS is (very) sensitive with regard to UpperCase/LowerCase writing of WMS requests, I replaced in carto.module,v 1.12 2006/04/03 19:23:51
"&service=wms&request=getcapabilities""
with
&service=wms&request=GetCapabilities"
(see other bug report regarding "SimpleMap.js" -- though this rather is a MappingWidget bug report. But openwereld is doing both projects, right?
Greetings, Christian
Comments
Comment #1
jpulles commentedIn the carto.module file, the 'getcapabilities' requests have been changed to 'GetCapabilities'. The latter form is conform the OGC WMS specs.
I should still check the mappingwidgets code for this report. Indeed, it's the same developer; because it can be used outside drupal, it feels better to keep it there.
Comment #2
jpulles commentedAlready corrected for some time. Recently checked with wms nodes in CVS and found ok.
Comment #3
(not verified) commented