[Mapbender-commits] r9884 - trunk/mapbender/http/extensions/mobilemap2/scripts/netgis

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Mar 16 04:23:40 PDT 2018


Author: armin11
Date: 2018-03-16 04:23:40 -0700 (Fri, 16 Mar 2018)
New Revision: 9884

Modified:
   trunk/mapbender/http/extensions/mobilemap2/scripts/netgis/config.js
Log:
Adopt configuration to rhineland-palatinate

Modified: trunk/mapbender/http/extensions/mobilemap2/scripts/netgis/config.js
===================================================================
--- trunk/mapbender/http/extensions/mobilemap2/scripts/netgis/config.js	2018-03-16 09:24:21 UTC (rev 9883)
+++ trunk/mapbender/http/extensions/mobilemap2/scripts/netgis/config.js	2018-03-16 11:23:40 UTC (rev 9884)
@@ -15,12 +15,12 @@
 	MAP_CONTAINER_ID:		"map-container",
 	
 	/** Initial map center coordinate x in main map projection. */
-	INITIAL_CENTER_X:		330101,
+	INITIAL_CENTER_X:		385000,
 	/** Initial map center coordinate y in main map projection. */
-	INITIAL_CENTER_Y:		5513986,
+	INITIAL_CENTER_Y:		5543000,
 	
 	/** Initial map zoom scale (e.g. 10000 = 1:10000). */
-	INITIAL_SCALE:			100000,
+	INITIAL_SCALE:			1500000,
 	MAP_SCALES:				[ 500, 1000, 3000, 5000, 8000, 10000, 15000, 25000, 50000, 100000, 150000, 250000, 500000, 1000000, 1500000, 2000000 ],
 	
 	/** List of available map projections (identifier and proj4 definition). */
@@ -51,4 +51,4 @@
 	
 	URL_BACKGROUND_HYBRID:	"http://www.gdi-rp-dienste2.rlp.de/mapcache/tms/1.0.0/test@UTM32",
 	URL_BACKGROUND_AERIAL:	"http://geo4.service24.rlp.de/wms/dop_basis.fcgi"
-};
\ No newline at end of file
+};



More information about the Mapbender_commits mailing list