<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Frank,<br>
<br>
thank you for your answer. But I try to change the EPSG in the
administartion GUI (WMS GUI Einstellungen /serttings). There you can
choose the EPSG for the WMS on top. And there are only the initial
EPSG codes. But I try to use e.g. Germany WMS as background WMS and
another WMS (EPSG:31468). But I can´t change the EPSG of the Germany
WMS and the other WMS doesn´t support 4326 or 31467.<br>
<br>
Sven<br>
<br>
Jäger schrieb:
<blockquote
cite="mid:E57D3A56852552488FC69C27F8C0383DB6A72AC650@SKRZMX09.asp.krzwan.de"
type="cite">
<blockquote type="cite">
<pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:mapbender_users-bounces@lists.osgeo.org">mapbender_users-bounces@lists.osgeo.org</a>
[<a class="moz-txt-link-freetext" href="mailto:mapbender_users-bounces@lists.osgeo.org">mailto:mapbender_users-bounces@lists.osgeo.org</a>] 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
</pre>
</blockquote>
<pre wrap=""><!---->
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
_______________________________________________
Mapbender_users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Mapbender_users@lists.osgeo.org">Mapbender_users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapbender_users">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
--------------------------------------
Dipl.-Geogr. Sven Böhme
<a class="moz-txt-link-abbreviated" href="mailto:boehme@supportgis.de">boehme@supportgis.de</a>
--------------------------------------
CPA Systems GmbH
Grantham-Allee 2-8
D-53757 Sankt Augustin
Tel.: +49 (0) 2241 / 25 94 – 24
Fax.: +49 (0) 2241 / 25 94 - 29
<a class="moz-txt-link-abbreviated" href="http://www.cpa-systems.de">www.cpa-systems.de</a>
--------------------------------------
Handelsregister:
HRB 9706, Amtsgericht Siegburg
Geschäftsführer:
Dr.-Ing. habil. Christoph Averdung
Dr.-Ing. René Thiele
Dr.-Ing. Matthias Ellsiepen </pre>
</body>
</html>