[Mapbender-users] Select EPSG

Jäger, Frank (KRZ) F.Jaeger at KRZ.DE
Thu Oct 1 04:38:35 EDT 2009


> -----Original Message-----
> From: mapbender_users-bounces at lists.osgeo.org 
> [mailto:mapbender_users-bounces at lists.osgeo.org] On Behalf Of 
> Sven Böhme
> Sent: Thursday, October 01, 2009 9:28 AM
> To: Mapbender User List
> Subject: [Mapbender-users] Select EPSG
> 
> Hi,
> 
> in the WMS GUI settings I can choose the EPSG. But I can only 
> chosse between two EPSG code, although the WMS supports more 
> than two codes. 
> How can I use e.g. EPSG:31468 for Germany WMS?
> 
> Thanks
> Sven
> 

Hi,
/php/mod_changeEPSG.php doesn't look at the WMS.
Available EPSG-Codes are hard coded. I changed it to my needs:

<form action="<?php echo $self;  ?>" method='POST'>
<select class='epsg' name='epsg' onchange='mod_changeEPSG()'>
<option value="">undefined</option>
<option value="EPSG:31467">Gau&szlig;-Kr&uuml;ger 3 (31467)</option>
<option value="EPSG:25832">ETRS89/UTM (25832)</option>
<!-- <option value="EPSG:4326">Geogr. Koord.(4326)</option> -->
</select>


"EPSG:4326" doesn't work with minscale/maxscale and "setScaleHint" in a GUI.


Frank



More information about the Mapbender_users mailing list