[OpenLayers-Trac] Re: [OpenLayers] #3449: WMSCapabilities format may fail to correctly read BoundingBox of layers

OpenLayers trac-20090302 at openlayers.org
Thu Sep 8 02:21:35 EDT 2011


#3449: WMSCapabilities format may fail to correctly read BoundingBox of layers
-------------------------------------+--------------------------------------
  Reporter:  erilem                  |       Owner:  tschaub     
      Type:  bug                     |      Status:  reopened    
  Priority:  major                   |   Milestone:  2.11 Release
 Component:  Format.WMSCapabilities  |     Version:  2.11 RC1    
Resolution:                          |    Keywords:              
     State:                          |  
-------------------------------------+--------------------------------------

Comment(by bartvde):

 The issue is that the XML fragments in the tests are not valid according
 to the DTD, AuthorityURL comes after BoundingBox according to the DTD:

 {{{
 <!-- Nested list of zero or more map Layers offered by this server. -->
 <!ELEMENT Layer ( Name?, Title, Abstract?, KeywordList?, SRS*,
                   LatLonBoundingBox?, BoundingBox*, Dimension*, Extent*,
                   Attribution?, AuthorityURL*, Identifier*, MetadataURL*,
 DataURL*,
                   FeatureListURL*, Style*, ScaleHint?, Layer* ) >
 }}}

-- 
Ticket URL: <http://trac.openlayers.org/ticket/3449#comment:6>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list