<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hallo Michael,<br>
<br>
thanks a lot.<br>
<br>
Sven<br>
<br>
Michael Schulz schrieb:
<blockquote
cite="mid:e750b12e0910010218u36dfbc5bq3145724e18c3ba2a@mail.gmail.com"
type="cite">
<pre wrap="">Hi Sven,
the problem is that UMN Mapserver can be configured to serve a lot of
SRS'es, but only exposes EPSG:4326 and the SRS of the map-object with
bounding-boxes in the getCap-XML. Only these SRS that have BBOX
information are taken from mapbender to fill the EPSG-Select list of
the first wms of a gui in edit GUI-WMS settings.
So far the only way is to change the getCap-XML manually and add bbox
entries for each SRS you want to be able to choose from and then load
the getCap locally.
Cheers, Michael
2009/10/1 Sven Böhme <a class="moz-txt-link-rfc2396E" href="mailto:boehme@supportgis.de"><boehme@supportgis.de></a>:
</pre>
<blockquote type="cite">
<pre wrap="">Hi Frank,
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.
Sven
Jäger schrieb:
-----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
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>
--
--------------------------------------
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
_______________________________________________
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>
<pre wrap=""><!---->
</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>