[mapguide-trac] #700: WMS Support for ESPG

MapGuide Open Source trac_mapguide at osgeo.org
Wed Oct 1 08:47:53 EDT 2008


#700: WMS Support for ESPG
--------------------------+-------------------------------------------------
 Reporter:  crispinatime  |         Owner:       
     Type:  defect        |        Status:  new  
 Priority:  medium        |     Milestone:  2.1  
Component:  Server        |       Version:  2.0.1
 Severity:  major         |    Resolution:       
 Keywords:  WMS ESPG      |   External_id:       
--------------------------+-------------------------------------------------
Comment (by crispinatime):

 Hi,

 I would tag this as "have workaround" and if someone can clarify the WMS
 specification documentation then it can be closed (or fixed).

 The workaround is to explicitly have a bounding box definition for the
 local SRS within the WMS GetCapabilities XLM (ie not a MapGuide workaround
 but from the WMS provider)... I have included a sample below.

 If the WMS specification does not absolutely require a bbox then it should
 stay open.  Otherwise it can be closed (but a better error message would
 have been more helpful).

 Many thanks to TF and GAIA for helping with this.

  Crispin




 {{{
       <Layer queryable="1" opaque="0" cascaded="0">
         <Name>mm_topo_line</Name>
         <Title>mm_topo_line</Title>
         <SRS>EPSG:27700</SRS>
         <LatLonBoundingBox minx="-3.78604" miny="55.9703" maxx="-2.56098"
 maxy="56.4879" />
         <BoundingBox SRS="EPSG:27700"
                     minx="290000" miny="676650" maxx="365000"
 maxy="733000" />
         <ScaleHint min="0" max="0.748354272644456" />
       </Layer>

 }}}

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/700#comment:2>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list