[mapguide-trac] #1421: OGC WFS 1.1.0 Support

MapGuide Open Source trac_mapguide at osgeo.org
Tue Aug 10 22:57:59 EDT 2010


#1421: OGC WFS 1.1.0 Support
-----------------------------+----------------------------------------------
   Reporter:  liuar          |       Owner:  liuar
       Type:  enhancement    |      Status:  new  
   Priority:  medium         |   Milestone:       
  Component:  WFS Interface  |     Version:       
   Severity:  minor          |    Keywords:  WFS  
External_id:                 |  
-----------------------------+----------------------------------------------
Changes (by liuar):

  * type:  defect => enhancement


Comment:

 1. Add WFS 1.1.0 to the supported version list in WFS config file.[[BR]]

 2. Add following definition items which are defined WFS 1.1.0
 specification: !ProviderName, !ProviderSite, !HoursOfService, !Role[[BR]]

 {{{
 <Define item="Service.Contact.ProviderName"></Define>
 <Define item="Service.Contact.ProviderSite"></Define>
 <Define item="Service.Contact.HoursOfService">24x7</Define>
 <Define item="Role"></Define>
 }}}

 3. Update the definition of Service.Keywords from multiple items to one
 item with multiple space seperated words.[[BR]]

 4. Add a definition item !ServiceTypeVersion.xml which enumerates the
 supported versions and be used in !ServiceIdentification section[[BR]]

 5. Add following items in !ServiceIdentification section[[BR]]

 {{{
 <ows:ProviderName>&Service.Contact.ProviderName;</ows:ProviderName>
 <ows:ProviderSite>&Service.Contact.ProviderSite;</ows:ProviderSite>
 <ows:HoursOfService>&Service.Contact.HoursOfService;</ows:HoursOfService>
 <ows:Role>&Service.Contact.Role;</ows:Role>
 }}}

 Changeset [5080] by liuar

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


More information about the mapguide-trac mailing list