<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hello list,<br>
<br>
I have a mapserver running as WMS and WFS server that supports 2
coordinate systems:<br>
<br>
</font>Dutch RD stelsel (EPSG:28992)&nbsp; and WGS84 (EPSG: 4326)<br>
<br>
When I call the Mapserver with the EPSG set at 28992, the map shows up
correct. When I call it with EPSG set at 4326, I get nothing but a
blank map.<br>
<br>
This connection works:<br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://webservice.nieuwekaart.nl/cgi-bin/nkn?request=getmap&amp;version=1.1.0@SRS=epsg:28992&amp;Layers=nk_water,nk_groen,nk_landbouw,nk_recreatie,nk_voorziening,nk_gemengd,nk_wonen,nk_verkeer,nk_lijn,nk_plan">http://webservice.nieuwekaart.nl/cgi-bin/nkn?request=getmap&amp;version=1.1.0@SRS=epsg:28992&amp;Layers=nk_water,nk_groen,nk_landbouw,nk_recreatie,nk_voorziening,nk_gemengd,nk_wonen,nk_verkeer,nk_lijn,nk_plan</a><br>
<br>
This connection fails in that it shows only a white map..<br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://webservice.nieuwekaart.nl/cgi-bin/nkn?request=getmap&amp;version=1.1.0@SRS=epsg:4326&amp;Layers=nk_water,nk_groen,nk_landbouw,nk_recreatie,nk_voorziening,nk_gemengd,nk_wonen,nk_verkeer,nk_lijn,nk_plan">http://webservice.nieuwekaart.nl/cgi-bin/nkn?request=getmap&amp;version=1.1.0@SRS=epsg:4326&amp;Layers=nk_water,nk_groen,nk_landbouw,nk_recreatie,nk_voorziening,nk_gemengd,nk_wonen,nk_verkeer,nk_lijn,nk_plan</a><br>
<br>
It seems that when the map recieves boundingbox coordinates in Lat/lon
wgs84 (which are way out of the RD Stelsel bound) it returns this area
which is just a background (white) because no data is present in RD
Stelsel at that location.<br>
<br>
My Question is;<br>
<br>
What options are available to me?<br>
<br>
- Copying the mapserv executable and referencing another mapfile that
is completely wgs84?<br>
- Altering the current mapfile so it can recieve boundingbox
coordinates in wgs84 AND RD Stelsel? How?<br>
<br>
Any suggestions are welcome<br>
<br>
Kind regards,<br>
<br>
Milo van der Linden<br>
<br>
<br>
<br>
<br>
</body>
</html>