Index: trunk/extensions/Maps/Maps_Settings.php |
— | — | @@ -223,7 +223,7 @@ |
224 | 224 | # Other general configuration |
225 | 225 | |
226 | 226 | # Namespace index start of the mapping namespaces. |
227 | | - $egMapsNamespaceIndex = 9001; |
| 227 | + $egMapsNamespaceIndex = 420; |
228 | 228 | |
229 | 229 | |
230 | 230 | |
— | — | @@ -378,7 +378,6 @@ |
379 | 379 | 'osmarender', |
380 | 380 | 'osm-cyclemap', |
381 | 381 | 'osm-mapnik' |
382 | | - |
383 | 382 | ); |
384 | 383 | |
385 | 384 | # The difinitions for the layers that should be available for the user. |
— | — | @@ -397,19 +396,6 @@ |
398 | 397 | |
399 | 398 | 'nasa' => 'OpenLayers.Layer.WMS("NASA Global Mosaic", "http://t1.hypercube.telascience.org/cgi-bin/landsat7", |
400 | 399 | {layers: "landsat7", "sphericalMercator":true} )', |
401 | | - |
402 | | - /* FIXME: does not work properly yet |
403 | | - 'wikipediaworld' => 'OpenLayers.Layer.Vector("Wikipedia World", { |
404 | | - strategies: [new OpenLayers.Strategy.BBOX( { ratio : 1.1, resFactor: 1 })], |
405 | | - protocol: new OpenLayers.Protocol.HTTP({ |
406 | | - url: "http://toolserver.org/~kolossos/geoworld/marks.php?LANG=de", |
407 | | - format: new OpenLayers.Format.KML({ |
408 | | - extractStyles: true, |
409 | | - extractAttributes: true |
410 | | - }) |
411 | | - }) |
412 | | - })' |
413 | | - */ |
414 | 400 | ); |
415 | 401 | |
416 | 402 | # Layer group definitions. Group names must be different from layer names, and |