Changes between Version 5 and Version 6 of ZooWebSite/ZooServices/ZCFGReference
- Timestamp:
- Jan 16, 2011, 4:59:25 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZooServices/ZCFGReference
v5 v6 75 75 === LiteralData node === 76 76 77 A tipical {{{<LiteralData>}}} node look like the following: 78 77 79 {{{ 78 80 #!Lineno … … 91 93 === BoundingBoxData node === 92 94 95 A {{{<BoundingBoxData>}}} node contains one {{{<Defautl>}}} node defining the default Coordinate Reference Systems (CRM) and same number of {{{<Supported>}}} nodes as number of CRM your service support (note that you can also use a list of supported CRS separated them by coma in only one {{{<Supported>}}} node. 96 97 A tipical {{{<BoundingBoxData>}}} node, for two supported CRM ([http://www.epsg-registry.org/indicio/query?request=GetRepositoryItem&id=urn:ogc:def:crs:EPSG::4326 EPSG:4326] and [http://www.epsg-registry.org/indicio/query?request=GetRepositoryItem&id=urn:ogc:def:crs:EPSG::3785 EPSG:3785] ), look like the following: 98 93 99 {{{ 94 100 #!Lineno … … 101 107 </Supported> 102 108 <Supported> 103 CRS = urn:ogc:def:crs:EPSG:6.6: 27573109 CRS = urn:ogc:def:crs:EPSG:6.6:3785 104 110 </Supported> 105 111 </BoundingBoxData>