[mapguide-users] MGOS WMS-service default coordinate system
Chris Claydon
chris.claydon at autodesk.com
Wed May 16 11:40:17 EDT 2007
The solution may depend on which version you're using. Try modifying OgcWmsService.config.awd as follows...
Find the definition for the item "ReferenceSystems", which is used to define the reference systems for the root layer. It looks like this in the latest version:
<Define item="ReferenceSystems">
<item>EPSG:4326</item>
<!--
<item>CRS:84</item>
-->
</Define>
Comment out, or remove the EPSG:4326 entry...
<Define item="ReferenceSystems">
<!--
<item>EPSG:4326</item>
<item>CRS:84</item>
-->
</Define>
Then use the Web Tier test pages to issue a GetCapabilities request. If it worked, you should no longer have any coordinate systems declared for the root layer. If you're using an older version of MapGuide, this may not work, or you may still have an EPSG:4326 entry for each individual layer. If that's the case, please let me know.
Chris Claydon.
_____
From: mapguide-users-bounces at lists.osgeo.org [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Bjurström Jan
Sent: Mittwoch, 16. Mai 2007 02:32
To: MapGuide Users Mail List
Subject: [mapguide-users] MGOS WMS-service default coordinate system
Hello
I send this question once again, hoping someone has good news!
Is it possible to get the WMSservice to use the coordinate system which is set in the <Bounds=EPSGnnnn.....> tag in the layer properties, as the default coordinate system? The EPSG: 4326 is allways the default system, which is not the preffered one for most of us, I believe!?
Janne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20070516/af196b04/attachment.html
More information about the mapguide-users
mailing list