Mapserver handling BBox in different coordinate systems
Barend Köbben
kobben at ITC.NL
Tue May 15 11:34:54 PDT 2007
Dag Milo,
I think you just need two different mapfiles, one for the WGS84 extent and one for the RD one. No need to copy the mapserver executable.
Or better, just have one mapfile allowing both EPSG's and call mapserver using WMS requests (better anyway, why not do it the OGC interoperable way?). That way, you specify the EPSG & BBOX in the request...
--
Barend Köbben
International Institute for Geo-information Sciences and Earth Observation (ITC)
PO Box 6, 7500AA Enschede (The Netherlands)
ph: +31-(0)534874253; mobile: +31-(0)622344955
________________________________
From: UMN MapServer Users List on behalf of Milo van der Linden
Sent: Tue 15/05/2007 17:41
To: MAPSERVER-USERS at LISTS.UMN.EDU
Subject: Re: [UMN_MAPSERVER-USERS] Mapserver handling BBox in different coordinate systems
I know, but if the BBOX gets set when zooming in and the BBOX
coordinates are outside the RD Stelsel coordinate system it returns a
blank map.
Rahkonen Jukka schreef:
> Hi,
>
> Both links do work for me.
>
> -Jukka-
>
>
> -----Original Message-----
> From: UMN MapServer Users List on behalf of Milo van der Linden
> Sent: Tue 15.5.2007 17:46
> To: MAPSERVER-USERS at LISTS.UMN.EDU
> Subject: [UMN_MAPSERVER-USERS] Mapserver handling BBox in different coordinate systems
>
> Hello list,
>
> I have a mapserver running as WMS and WFS server that supports 2
> coordinate systems:
>
> Dutch RD stelsel (EPSG:28992) and WGS84 (EPSG: 4326)
>
> 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.
>
> This connection works:
> http://webservice.nieuwekaart.nl/cgi-bin/nkn?request=getmap&version=1.1.0@SRS=epsg:28992&Layers=nk_water,nk_groen,nk_landbouw,nk_recreatie,nk_voorziening,nk_gemengd,nk_wonen,nk_verkeer,nk_lijn,nk_plan
>
> This connection fails in that it shows only a white map..
> http://webservice.nieuwekaart.nl/cgi-bin/nkn?request=getmap&version=1.1.0@SRS=epsg:4326&Layers=nk_water,nk_groen,nk_landbouw,nk_recreatie,nk_voorziening,nk_gemengd,nk_wonen,nk_verkeer,nk_lijn,nk_plan
>
> 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.
>
> My Question is;
>
> What options are available to me?
>
> - Copying the mapserv executable and referencing another mapfile that is
> completely wgs84?
> - Altering the current mapfile so it can recieve boundingbox coordinates
> in wgs84 AND RD Stelsel? How?
>
> Any suggestions are welcome
>
> Kind regards,
>
> Milo van der Linden
>
>
>
>
>
>
>
More information about the MapServer-users
mailing list