<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Thank you soooo much!!!! It works... :-)<BR><BR><BR>

<HR id=stopSpelling>
<BR>
&gt; Date: Tue, 17 Jun 2008 14:15:35 +0200<BR>&gt; Subject: RE: [Mapbender-users] Problems with EPSG<BR>&gt; From: astrid.emde@wheregroup.com<BR>&gt; To: mapbender_users@lists.osgeo.org<BR>&gt; <BR>&gt; Hi Sandra,<BR>&gt; <BR>&gt; just some more information to get your WMS runnig:<BR>&gt; <BR>&gt; Go to admin2_en - WMS GUI settings. Klick on your WMS and have a look at<BR>&gt; the layers. The Layer with Nr. 0 i your root layer. Find out the layer_id.<BR>&gt; <BR>&gt; Run the following SQL (replace the &lt;layer_id&gt;):<BR>&gt; INSERT INTO layer_epsg (fkey_layer_id, epsg, minx, miny, maxx, maxy)<BR>&gt; VALUES (&lt;layer_id&gt;, 'EPSG:32761',<BR>&gt; -2644018.138249832,1809033.7193695423,-2609670.4495129166,1855366.7973831547);<BR>&gt; <BR>&gt; Go again to admin2_en - WMS GUI settings and coose the WMS. You should<BR>&gt; now have the possibility to choose the new EPSG.<BR>&gt; <BR>&gt; Best regards astrid<BR>&gt; <BR>&gt; On Tue, June 17, 2008 12:57 pm, Sandra Mink wrote:<BR>&gt; &gt; Hi, again!<BR>&gt; &gt;<BR>&gt; &gt; Many thanks Len and Astrid for your quick responses!<BR>&gt; &gt;<BR>&gt; &gt; Len, I have edited the changeEPSG and added a row with the 32761 EPSG.Now<BR>&gt; &gt; I can select 32761 in the GUI but it doesn't work because I get the<BR>&gt; &gt; following error message:<BR>&gt; &gt;<BR>&gt; &gt; "Failed to load WMS .. from server ... Do you want to try it in a new<BR>&gt; &gt; window?"<BR>&gt; &gt; To avoid more problems right now I have only one WMS loaded, mine from<BR>&gt; &gt; geoserver. It's true that in the WMS to GUI settings menu it is set to<BR>&gt; &gt; 4326, but I don't know how to change it...<BR>&gt; &gt;<BR>&gt; &gt; Astrid, I have looked at the layer_epsg and it seems that there is a layer<BR>&gt; &gt; only with EPSG 4326. I think it is not really a layer in geoserver, but<BR>&gt; &gt; the Title I gave to the WMS configuration. That's what I see:<BR>&gt; &gt;<BR>&gt; &gt; ....<BR>&gt; &gt; id: 0 parent: name: Elefante WMS title: Elefante WMS queryable: 0<BR>&gt; &gt; minScale: 0 maxScale: 0dataurl: metadataurl:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; EPSG:4326<BR>&gt; &gt; -178.20351006019976<BR>&gt; &gt; -50.07764976069634<BR>&gt; &gt; -177.64443958125736<BR>&gt; &gt; -49.81625887166632<BR>&gt; &gt; layerstyle:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; name<BR>&gt; &gt; title<BR>&gt; &gt; legendurl<BR>&gt; &gt; legendurlformat<BR>&gt; &gt; id: 1 parent: 0 name: ele:Linea de costa title: coast_Type queryable: 1<BR>&gt; &gt; minScale: 0 maxScale: 0dataurl: metadataurl:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; EPSG:4326<BR>&gt; &gt; -178.20351006019976<BR>&gt; &gt; -50.07764976069634<BR>&gt; &gt; -177.64443958125736<BR>&gt; &gt; -49.81625887166632<BR>&gt; &gt;<BR>&gt; &gt; EPSG:32761<BR>&gt; &gt; -2644018.138249832<BR>&gt; &gt; 1809033.7193695423<BR>&gt; &gt; -2609670.4495129166<BR>&gt; &gt; 1855366.7973831547<BR>&gt; &gt; ...<BR>&gt; &gt;<BR>&gt; &gt; I have added a row to the table with the BoundingBox limits as you told<BR>&gt; &gt; me. But now my question is (perhaps a very simple one) how do I update<BR>&gt; &gt; this values in mapbender? I have tried it with the update WMS but I don't<BR>&gt; &gt; see any changes???<BR>&gt; &gt;<BR>&gt; &gt; I would be very, very thankful if you help me to solve this!<BR>&gt; &gt; Vielen, vielen Dank!!<BR>&gt; &gt;<BR>&gt; &gt; Sandra<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;&gt; Date: Tue, 17 Jun 2008 11:23:26 +0200&gt; Subject: RE: [Mapbender-users]<BR>&gt; &gt;&gt; Problems with EPSG&gt; From: astrid.emde@wheregroup.com&gt; To:<BR>&gt; &gt;&gt; mapbender_users@lists.osgeo.org&gt; &gt; Hello Sandra,&gt; &gt; the problem is that<BR>&gt; &gt;&gt; GeoServer does not serve the BoundingBox-Tag in the&gt; XML. GeoServer only<BR>&gt; &gt;&gt; offers the LatLonBoundingBox in 4326.&gt; &gt; Here is an examle with UMN<BR>&gt; &gt;&gt; MapServer:&gt; -----------&gt; &lt;Layer queryable="0" opaque="0" noSubsets="0"&gt;&gt;<BR>&gt; &gt;&gt; &lt;Name&gt;myRootLayer&lt;/Name&gt;&gt; &lt;Title&gt;myRootLayer&lt;/Title&gt;&gt;<BR>&gt; &gt;&gt; &lt;SRS&gt;epsg:31466&lt;/SRS&gt;&gt; &lt;SRS&gt;epsg:31467&lt;/SRS&gt;&gt; &lt;SRS&gt;epsg:4326&lt;/SRS&gt;&gt;<BR>&gt; &gt;&gt; &lt;LatLonBoundingBox minx="6.93635" miny="50.8018" maxx="7.01256"&gt;<BR>&gt; &gt;&gt; maxy="50.8501" /&gt;&gt; &lt;BoundingBox SRS="EPSG:31466" minx="2.566e+006"<BR>&gt; &gt;&gt; miny="5.62995e+006"&gt; maxx="2.5713e+006" maxy="5.63525e+006" /&gt;&gt; ....&gt;<BR>&gt; &gt;&gt; ------&gt; &gt; Mapbender can only start with the EPSG-Code, where Mapbender<BR>&gt; &gt;&gt; has a&gt; corresponding BBOX.&gt; &gt; If you want to add a BoundingBox and an<BR>&gt; &gt;&gt; EPSG to start your gui with this&gt; EPSG, you have to add a new row in the<BR>&gt; &gt;&gt; Mapbender table layer_epsg.&gt; &gt; Find out the layer_id of you root layer<BR>&gt; &gt;&gt; and add a new row for the&gt; EPSG-Code you are interested in.&gt; &gt; After<BR>&gt; &gt;&gt; that you should have the possiblity to choose this new EPSG from the&gt;<BR>&gt; &gt;&gt; dropdown list in the WMS GUI Settings.&gt; &gt; Greetings from Bonn&gt; &gt; astrid&gt;<BR>&gt; &gt;&gt; &gt; On Mon, June 16, 2008 6:17 pm, Len Kne wrote:&gt; &gt; Sandra&gt; &gt;&gt; &gt; I'm not<BR>&gt; &gt;&gt; familiar with geoserver, but it sounds like geoserver is rendering&gt; &gt;<BR>&gt; &gt;&gt; the map properly and not the issue. Couple ideas in Mapbender. First, I&gt;<BR>&gt; &gt;&gt; &gt; would suggest turning off the change ESPG module while troubleshooting<BR>&gt; &gt;&gt; -&gt; &gt; once it works, bring it back. Depending on which version of<BR>&gt; &gt;&gt; Mapbender you&gt; &gt; are using, you may have may have to add a line of code<BR>&gt; &gt;&gt; to changeESPG.php&gt; &gt; to&gt; &gt; include your projection. The scale bar also<BR>&gt; &gt;&gt; does not work properly in&gt; &gt; lat/lon (4326), but should be ok once you<BR>&gt; &gt;&gt; get to your projection.&gt; &gt;&gt; &gt; In the Admin module, look at "WMS GUI<BR>&gt; &gt;&gt; settings". The top WMS of an&gt; &gt; application/gui sets the default<BR>&gt; &gt;&gt; projection. I'm guessing your first WMS&gt; &gt; is&gt; &gt; set to 4326. You might<BR>&gt; &gt;&gt; have to move your WMS from geoserver to the top&gt; &gt; position, thus<BR>&gt; &gt;&gt; allowing you to select 32761 projection.&gt; &gt;&gt; &gt; Len&gt; &gt;&gt; &gt;&gt; &gt; _____&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; From: mapbender_users-bounces@lists.osgeo.org&gt; &gt;<BR>&gt; &gt;&gt; [mailto:mapbender_users-bounces@lists.osgeo.org] On Behalf Of Sandra<BR>&gt; &gt;&gt; Mink&gt; &gt; Sent: Monday, June 16, 2008 10:58 AM&gt; &gt; To:<BR>&gt; &gt;&gt; mapbender_users@lists.osgeo.org&gt; &gt; Subject: [Mapbender-users] Problems<BR>&gt; &gt;&gt; with EPSG&gt; &gt;&gt; &gt;&gt; &gt; Hi list,&gt; &gt;&gt; &gt; I'm using geoserver 1.6.4 and<BR>&gt; &gt;&gt; mapbender with a Postgis database to put my&gt; &gt; maps on the web as a part<BR>&gt; &gt;&gt; of a project. I'm really a newbie to all this.&gt; &gt; After having a lot of<BR>&gt; &gt;&gt; trouble I finally made it and I got to see my&gt; &gt; layers,&gt; &gt; but ... they<BR>&gt; &gt;&gt; appear to be a mirror image and distorted. I realized they&gt; &gt; are&gt; &gt;<BR>&gt; &gt;&gt; projected in EPSG 4326, although I defined EPSG 32761 in geoserver,<BR>&gt; &gt;&gt; where&gt; &gt; everything worked well. Also the scale doesn't seem to work.&gt; &gt;<BR>&gt; &gt;&gt; When I change EPSG in the Mapbender GUI it returns an error. And I<BR>&gt; &gt;&gt; don't&gt; &gt; know how to add other EPSG in the dropdown list in the WMS GUI<BR>&gt; &gt;&gt; Settings&gt; &gt; Menu. I've tried to make some edits but haven't had luck!&gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; I need to use EPSG: 32761: Universal Polar Stereographic because<BR>&gt; &gt;&gt; I'm&gt; &gt; working&gt; &gt; on a area near Antarctica.&gt; &gt;&gt; &gt; I've seen on the<BR>&gt; &gt;&gt; posts that somebody else had similar problems. I would&gt; &gt; appreaciate<BR>&gt; &gt;&gt; every kind of help! Is there a way to solve this?&gt; &gt;&gt; &gt; Many thanks!&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt; Sandra&gt; &gt;&gt; &gt;&gt; &gt; _____&gt; &gt;&gt; &gt; Sigue de cerca las últimas tendencias y lo<BR>&gt; &gt;&gt; que más rompe MSN Vídeo&gt; &gt; &lt;http://video.msn.com/video.aspx?mkt=es-es&gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; _______________________________________________&gt; &gt; Mapbender_users<BR>&gt; &gt;&gt; mailing list&gt; &gt; Mapbender_users@lists.osgeo.org&gt; &gt;<BR>&gt; &gt;&gt; http://lists.osgeo.org/mailman/listinfo/mapbender_users&gt; &gt;&gt; &gt; &gt; Mit<BR>&gt; &gt;&gt; freundlichen Grüßen&gt; &gt; Astrid Emde&gt; &gt;<BR>&gt; &gt;&gt; ----------------------------------&gt; &gt; Astrid Emde&gt; WhereGroup GmbH &amp;<BR>&gt; &gt;&gt; Co.KG&gt; Siemensstraße 8&gt; D-53121 Bonn&gt; &gt; Fon: +49(0)228 90 90 38 - 19&gt;<BR>&gt; &gt;&gt; Fax: +49(0)228 90 90 38 - 11&gt; &gt; astrid.emde@wheregroup.com&gt;<BR>&gt; &gt;&gt; www.wheregroup.com&gt; &gt; ----------------------------------&gt; &gt;<BR>&gt; &gt;&gt; _______________________________________________&gt; Mapbender_users mailing<BR>&gt; &gt;&gt; list&gt; Mapbender_users@lists.osgeo.org&gt;<BR>&gt; &gt;&gt; http://lists.osgeo.org/mailman/listinfo/mapbender_users<BR>&gt; &gt; _________________________________________________________________<BR>&gt; &gt; MSN Video.<BR>&gt; &gt; http://video.msn.com/?mkt=es-es<BR>&gt; <BR>&gt; <BR>&gt; Mit freundlichen Grüßen<BR>&gt; <BR>&gt; Astrid Emde<BR>&gt; <BR>&gt; ----------------------------------<BR>&gt; <BR>&gt; Astrid Emde<BR>&gt; WhereGroup GmbH &amp; Co.KG<BR>&gt; Siemensstraße 8<BR>&gt; D-53121 Bonn<BR>&gt; <BR>&gt; Fon: +49(0)228 90 90 38 - 19<BR>&gt; Fax: +49(0)228 90 90 38 - 11<BR>&gt; <BR>&gt; astrid.emde@wheregroup.com<BR>&gt; www.wheregroup.com<BR>&gt; <BR>&gt; ----------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; Mapbender_users mailing list<BR>&gt; Mapbender_users@lists.osgeo.org<BR>&gt; http://lists.osgeo.org/mailman/listinfo/mapbender_users<BR><BR><br /><hr />Sigue los principales acontecimientos deportivos en directo. <a href='http://video.msn.com/video.aspx?mkt=es-es' target='_new'>MSN Motor</a></body>
</html>