<!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&nbsp; 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&acute;t change the EPSG of the Germany
WMS and the other WMS doesn&acute;t support 4326 or 31467.<br>
<br>
Sven<br>
<br>
J&auml;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&ouml;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:

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


"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&ouml;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 &#8211; 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&auml;ftsf&uuml;hrer:

Dr.-Ing. habil. Christoph Averdung
Dr.-Ing. Ren&eacute; Thiele
Dr.-Ing. Matthias Ellsiepen </pre>
</body>
</html>