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

jpulles’s picture

In 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.

jpulles’s picture

Assigned: Unassigned » jpulles
Status: Active » Fixed

Already corrected for some time. Recently checked with wms nodes in CVS and found ok.

Anonymous’s picture

Status: Fixed » Closed (fixed)