Created
June 24, 2011 12:08
-
-
Save drnextgis/1044649 to your computer and use it in GitHub Desktop.
GetCapabilities response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<WFS_Capabilities version='1.1.0' updateSequence='0' | |
xmlns='http://www.opengis.net/wfs' | |
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' | |
xmlns:ogc='http://www.opengis.net/ogc' | |
xmlns:gml='http://www.opengis.net/gml' | |
xmlns:ows='http://www.opengis.net/ows' | |
xmlns:xlink='http://www.w3.org/1999/xlink' | |
xsi:schemaLocation='http://www.opengis.net/wfs | |
http://schemas.opengis.net/wfs/1.1.0/wfs.xsd' > | |
<ows:ServiceIdentification> | |
<ows:Title>Rostov Kremlin Data</ows:Title> | |
<ows:ServiceType>WFS</ows:ServiceType> | |
<ows:ServiceTypeVersion>1.0.0,1.1.0</ows:ServiceTypeVersion> | |
</ows:ServiceIdentification> | |
<ows:ServiceProvider> | |
<ows:ProviderName>NextGIS</ows:ProviderName> | |
<ows:ProviderSite xlink:href="http://nextgis.org/" /> | |
<ows:ServiceContact> | |
<ows:IndividualName>MD</ows:IndividualName> | |
<ows:ContactInfo> | |
<ows:Address> | |
<ows:ElectronicMailAddress>[email protected]</ows:ElectronicMailAddress> | |
</ows:Address> | |
</ows:ContactInfo> | |
</ows:ServiceContact> | |
</ows:ServiceProvider> | |
<ows:OperationsMetadata> | |
<ows:Operation name='GetCapabilities'> | |
<ows:DCP> | |
<ows:HTTP> | |
<ows:Get xlink:href="http://mywfsserver"/> | |
</ows:HTTP> | |
</ows:DCP> | |
<ows:DCP> | |
<ows:HTTP> | |
<ows:Post xlink:href="http://mywfsserver"/> | |
</ows:HTTP> | |
</ows:DCP> | |
<ows:Parameter name='AcceptVersions'> | |
<ows:Value>1.1.0</ows:Value> | |
<ows:Value>1.0.0</ows:Value> | |
</ows:Parameter> | |
<ows:Parameter name='AcceptFormats'> | |
<ows:Value>text/xml</ows:Value> | |
</ows:Parameter> | |
<ows:Parameter name='Sections'> | |
<ows:Value>ServiceIdentification</ows:Value> | |
<ows:Value>ServiceProvider</ows:Value> | |
<ows:Value>OperationsMetadata</ows:Value> | |
<ows:Value>FeatureTypeList</ows:Value> | |
<ows:Value>ServesGMLObjectTypeList</ows:Value> | |
<ows:Value>SupportsGMLObjectTypeList</ows:Value> | |
</ows:Parameter> | |
</ows:Operation> | |
<ows:Operation name='DescribeFeatureType'> | |
<ows:DCP> | |
<ows:HTTP> | |
<ows:Get xlink:href="http://mywfsserver"/> | |
</ows:HTTP> | |
</ows:DCP> | |
<ows:DCP> | |
<ows:HTTP> | |
<ows:Post xlink:href="http://mywfsserver"/> | |
</ows:HTTP> | |
</ows:DCP> | |
<ows:Parameter name='outputFormat'> | |
<ows:Value>text/xml; subtype=gml/3.1.1</ows:Value> | |
<ows:Value>text/xml; subtype=gml/2.1.2</ows:Value> | |
</ows:Parameter> | |
</ows:Operation> | |
<ows:Operation name='GetFeature'> | |
<ows:DCP> | |
<ows:HTTP> | |
<ows:Get xlink:href="http://mywfsserver"/> | |
</ows:HTTP> | |
</ows:DCP> | |
<ows:DCP> | |
<ows:HTTP> | |
<ows:Post xlink:href="http://mywfsserver"/> | |
</ows:HTTP> | |
</ows:DCP> | |
<ows:Parameter name='resultType'> | |
<ows:Value>results</ows:Value> | |
<ows:Value>hits</ows:Value> | |
</ows:Parameter> | |
<ows:Parameter name='outputFormat'> | |
<ows:Value>text/xml; subtype=gml/3.1.1</ows:Value> | |
<ows:Value>text/xml; subtype=gml/2.1.2</ows:Value> | |
<ows:Value>application/json</ows:Value> | |
</ows:Parameter> | |
</ows:Operation> | |
<ows:Operation name='Transaction'> | |
<ows:DCP> | |
<ows:HTTP> | |
<ows:Get xlink:href="mywfsserver"/> | |
</ows:HTTP> | |
</ows:DCP> | |
<ows:DCP> | |
<ows:HTTP> | |
<ows:Post xlink:href="http://mywfsserver"/> | |
</ows:HTTP> | |
</ows:DCP> | |
<ows:Parameter name='inputFormat'> | |
<ows:Value>text/xml; subtype=gml/3.1.1</ows:Value> | |
</ows:Parameter> | |
<ows:Parameter name='idgen'> | |
<ows:Value>GenerateNew</ows:Value> | |
<ows:Value>UseExisting</ows:Value> | |
</ows:Parameter> | |
</ows:Operation> | |
</ows:OperationsMetadata> | |
<FeatureTypeList> | |
<Operations> | |
<Operation>Query</Operation> | |
</Operations> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:views</Name> | |
<Title>views</Title> | |
<Abstract>Виды</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.767629 56.921688</ows:LowerCorner> <ows:UpperCorner>38.595869 57.406907</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:usadby</Name> | |
<Title>usadby</Title> | |
<Abstract>Усадьбы</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.170907 56.760290</ows:LowerCorner> <ows:UpperCorner>38.421592 57.470006</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:ww2</Name> | |
<Title>ww2</Title> | |
<Abstract>Памятники погибшим в ВОВ</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.739226 56.828312</ows:LowerCorner> <ows:UpperCorner>38.749077 57.416823</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:merya</Name> | |
<Title>merya</Title> | |
<Abstract>Меря</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.721769 56.986111</ows:LowerCorner> <ows:UpperCorner>39.040397 57.333523</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:zemedu</Name> | |
<Title>zemedu</Title> | |
<Abstract>Земские учебные заведения</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.949408 56.783515</ows:LowerCorner> <ows:UpperCorner>38.739236 57.419988</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:sacred</Name> | |
<Title>sacred</Title> | |
<Abstract>Сакральные места</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.688957 56.760772</ows:LowerCorner> <ows:UpperCorner>38.773364 57.390311</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:cemetary</Name> | |
<Title>cemetary</Title> | |
<Abstract>Кладбища</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.933798 56.820731</ows:LowerCorner> <ows:UpperCorner>38.683674 57.476585</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:monastery</Name> | |
<Title>monastery</Title> | |
<Abstract>Монастыри</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.520843 56.937698</ows:LowerCorner> <ows:UpperCorner>39.161984 57.267146</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:zemmed</Name> | |
<Title>zemmed</Title> | |
<Abstract>Земская медицина</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.984707 56.859190</ows:LowerCorner> <ows:UpperCorner>38.895429 57.463256</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:church17</Name> | |
<Title>church17</Title> | |
<Abstract>Церкви 17 века</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.817455 57.082867</ows:LowerCorner> <ows:UpperCorner>39.337490 57.179923</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:church18</Name> | |
<Title>church18</Title> | |
<Abstract>Церкви 18 века</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.195814 56.821538</ows:LowerCorner> <ows:UpperCorner>38.384923 57.481500</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:church19</Name> | |
<Title>church19</Title> | |
<Abstract>Церкви 19 века</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.170648 56.762591</ows:LowerCorner> <ows:UpperCorner>38.429141 57.551933</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:church20</Name> | |
<Title>church20</Title> | |
<Abstract>Церкви 20 века</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>0 0</ows:LowerCorner> <ows:UpperCorner>0 0</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:church_unk</Name> | |
<Title>church_unk</Title> | |
<Abstract>Церкви [дата неизв.]</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>0 0</ows:LowerCorner> <ows:UpperCorner>0 0</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:zemteach</Name> | |
<Title>zemteach</Title> | |
<Abstract>Земские учителя</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.949410 56.784119</ows:LowerCorner> <ows:UpperCorner>38.753101 57.336925</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:zemmedp</Name> | |
<Title>zemmedp</Title> | |
<Abstract>Земские медики</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.919904 56.859464</ows:LowerCorner> <ows:UpperCorner>38.899205 57.364895</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:zemlib</Name> | |
<Title>zemlib</Title> | |
<Abstract>Земские библиотеки</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.054583 56.837450</ows:LowerCorner> <ows:UpperCorner>38.865216 57.426273</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:ethno</Name> | |
<Title>ethno</Title> | |
<Abstract>Иноэтнические поселения</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.824458 56.947119</ows:LowerCorner> <ows:UpperCorner>38.971140 57.399547</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:admin0204</Name> | |
<Title>admin0204</Title> | |
<Abstract>Административные центры 2002-2004 гг.</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.268608 56.864220</ows:LowerCorner> <ows:UpperCorner>38.751894 57.463757</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:admin0410</Name> | |
<Title>admin0410</Title> | |
<Abstract>Административные центры 2004-2010 гг.</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.268327 56.860735</ows:LowerCorner> <ows:UpperCorner>38.170196 57.589613</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:dyak</Name> | |
<Title>dyak</Title> | |
<Abstract>Дьяковская культура</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.090691 56.966097</ows:LowerCorner> <ows:UpperCorner>38.907429 57.313414</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:selsovet</Name> | |
<Title>selsovet</Title> | |
<Abstract>Сельские советы</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.858897 56.756873</ows:LowerCorner> <ows:UpperCorner>38.728802 57.411982</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:lakes</Name> | |
<Title>lakes</Title> | |
<Abstract>Озёра</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.310107 56.822590</ows:LowerCorner> <ows:UpperCorner>39.089766 57.555225</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:bogs</Name> | |
<Title>bogs</Title> | |
<Abstract>Болота</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.020921 56.839645</ows:LowerCorner> <ows:UpperCorner>38.567121 57.419352</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:suffer</Name> | |
<Title>suffer</Title> | |
<Abstract>Мученики и исповедники</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.855376 56.918020</ows:LowerCorner> <ows:UpperCorner>38.481570 57.543655</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:conflicts</Name> | |
<Title>conflicts</Title> | |
<Abstract>Военные конфликты</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.677720 57.003723</ows:LowerCorner> <ows:UpperCorner>38.905845 57.535991</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:border</Name> | |
<Title>border</Title> | |
<Abstract>Границы округи Ростова в 12-15 вв.</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.473496 56.745838</ows:LowerCorner> <ows:UpperCorner>38.293411 57.600284</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:oblasts</Name> | |
<Title>oblasts</Title> | |
<Abstract>Области</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>43.316259 56.349410</ows:LowerCorner> <ows:UpperCorner>37.327909 58.952525</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:rayons</Name> | |
<Title>rayons</Title> | |
<Abstract>Районы</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.743188 56.246992</ows:LowerCorner> <ows:UpperCorner>37.594161 57.942007</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:medmen</Name> | |
<Title>medmen</Title> | |
<Abstract>Знахари и знахарки</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.810669 57.003715</ows:LowerCorner> <ows:UpperCorner>38.612644 57.368208</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:bridges</Name> | |
<Title>bridges</Title> | |
<Abstract>Мосты</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.943860 56.948970</ows:LowerCorner> <ows:UpperCorner>38.941894 57.313167</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:histmonum</Name> | |
<Title>histmonum</Title> | |
<Abstract>Объекты федерального значения</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.778199 56.978261</ows:LowerCorner> <ows:UpperCorner>38.245650 57.355672</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:histmonumreg</Name> | |
<Title>histmonumreg</Title> | |
<Abstract>Объекты регионального значения</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.989996 56.760523</ows:LowerCorner> <ows:UpperCorner>37.939007 57.604718</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:settlements</Name> | |
<Title>settlements</Title> | |
<Abstract>Населённые пункты</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.987570 56.901938</ows:LowerCorner> <ows:UpperCorner>38.729207 57.453690</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:repress</Name> | |
<Title>repress</Title> | |
<Abstract>Репрессированные</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.861199 56.980730</ows:LowerCorner> <ows:UpperCorner>38.842904 57.318666</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:ww2dead</Name> | |
<Title>ww2dead</Title> | |
<Abstract>Погибшие в годы Второй Мировой войны</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>38.988473 56.993278</ows:LowerCorner> <ows:UpperCorner>38.983323 56.993437</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:kidsview</Name> | |
<Title>kidsview</Title> | |
<Abstract>Малая родина глазами детей</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.548418 56.902313</ows:LowerCorner> <ows:UpperCorner>39.105531 57.302315</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:frontrear</Name> | |
<Title>frontrear</Title> | |
<Abstract>На фронте и в тылу</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>40.013277 56.833868</ows:LowerCorner> <ows:UpperCorner>38.835336 57.360482</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:test</Name> | |
<Title>test</Title> | |
<Abstract>test</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.360792 57.147661</ows:LowerCorner> <ows:UpperCorner>39.201490 57.348258</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:test2</Name> | |
<Title>test2</Title> | |
<Abstract>test2</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.599745 57.065622</ows:LowerCorner> <ows:UpperCorner>39.031202 57.387507</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:test3</Name> | |
<Title>test3</Title> | |
<Abstract>test3</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.717848 57.032009</ows:LowerCorner> <ows:UpperCorner>39.025709 57.461446</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
<FeatureType xmlns:rk="http://nextgis.org/sf"> | |
<Name>rk:woodarch</Name> | |
<Title>woodarch</Title> | |
<Abstract>Деревянная архитектура</Abstract> | |
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS> | |
<Operations> | |
<Operation>Insert</Operation> | |
<Operation>Update</Operation> | |
<Operation>Delete</Operation> | |
</Operations> | |
<ows:WGS84BoundingBox> <ows:LowerCorner>39.848439 56.993386</ows:LowerCorner> <ows:UpperCorner>39.262044 57.411715</ows:UpperCorner> </ows:WGS84BoundingBox> | |
</FeatureType> | |
</FeatureTypeList> | |
<SupportsGMLObjectTypeList> | |
<GMLObjectType> | |
<Name>gml:AbstractGMLFeatureType</Name> | |
<OutputFormats> | |
<Format>text/xml; subtype=gml/2.1.2</Format> | |
<Format>text/xml; subtype=gml/3.1.1</Format> | |
</OutputFormats> | |
</GMLObjectType> | |
<GMLObjectType> | |
<Name>gml:PointType</Name> | |
<OutputFormats> | |
<Format>text/xml; subtype=gml/2.1.2</Format> | |
<Format>text/xml; subtype=gml/3.1.1</Format> | |
</OutputFormats> | |
</GMLObjectType> | |
<GMLObjectType> | |
<Name>gml:LineStringType</Name> | |
<OutputFormats> | |
<Format>text/xml; subtype=gml/2.1.2</Format> | |
<Format>text/xml; subtype=gml/3.1.1</Format> | |
</OutputFormats> | |
</GMLObjectType> | |
<GMLObjectType> | |
<Name>gml:PolygonType</Name> | |
<OutputFormats> | |
<Format>text/xml; subtype=gml/2.1.2</Format> | |
<Format>text/xml; subtype=gml/3.1.1</Format> | |
</OutputFormats> | |
</GMLObjectType> | |
<GMLObjectType> | |
<Name>gml:MultiPointType</Name> | |
<OutputFormats> | |
<Format>text/xml; subtype=gml/2.1.2</Format> | |
<Format>text/xml; subtype=gml/3.1.1</Format> | |
</OutputFormats> | |
</GMLObjectType> | |
<GMLObjectType> | |
<Name>gml:MultiLineStringType</Name> | |
<OutputFormats> | |
<Format>text/xml; subtype=gml/2.1.2</Format> | |
<Format>text/xml; subtype=gml/3.1.1</Format> | |
</OutputFormats> | |
</GMLObjectType> | |
<GMLObjectType> | |
<Name>gml:MultiPolygonType</Name> | |
<OutputFormats> | |
<Format>text/xml; subtype=gml/2.1.2</Format> | |
<Format>text/xml; subtype=gml/3.1.1</Format> | |
</OutputFormats> | |
</GMLObjectType> | |
</SupportsGMLObjectTypeList> | |
<ogc:Filter_Capabilities> | |
<ogc:Spatial_Capabilities> | |
<ogc:GeometryOperands> | |
<ogc:GeometryOperand>gml:Envelope</ogc:GeometryOperand> | |
<ogc:GeometryOperand>gml:Point</ogc:GeometryOperand> | |
<ogc:GeometryOperand>gml:LineString</ogc:GeometryOperand> | |
<ogc:GeometryOperand>gml:Polygon</ogc:GeometryOperand> | |
</ogc:GeometryOperands> | |
<ogc:SpatialOperators> | |
<ogc:SpatialOperator name='Disjoint'/> | |
<ogc:SpatialOperator name='Equals'/> | |
<ogc:SpatialOperator name='DWithin'/> | |
<ogc:SpatialOperator name='Beyond'/> | |
<ogc:SpatialOperator name='Intersects'/> | |
<ogc:SpatialOperator name='Touches'/> | |
<ogc:SpatialOperator name='Crosses'/> | |
<ogc:SpatialOperator name='Within'/> | |
<ogc:SpatialOperator name='Contains'/> | |
<ogc:SpatialOperator name='Overlaps'/> | |
<ogc:SpatialOperator name='BBOX'/> | |
</ogc:SpatialOperators> | |
</ogc:Spatial_Capabilities> | |
<ogc:Scalar_Capabilities> | |
<ogc:LogicalOperators/> | |
<ogc:ComparisonOperators> | |
<ogc:ComparisonOperator>EqualTo</ogc:ComparisonOperator> | |
<ogc:ComparisonOperator>NotEqualTo</ogc:ComparisonOperator> | |
<ogc:ComparisonOperator>LessThan</ogc:ComparisonOperator> | |
<ogc:ComparisonOperator>GreaterThan</ogc:ComparisonOperator> | |
<ogc:ComparisonOperator>LessThanEqualTo</ogc:ComparisonOperator> | |
<ogc:ComparisonOperator>GreaterThanEqualTo</ogc:ComparisonOperator> | |
<ogc:ComparisonOperator>Between</ogc:ComparisonOperator> | |
<ogc:ComparisonOperator>Like</ogc:ComparisonOperator> | |
<ogc:ComparisonOperator>NullCheck</ogc:ComparisonOperator> | |
</ogc:ComparisonOperators> | |
<ogc:ArithmeticOperators> | |
<ogc:SimpleArithmetic/> | |
<ogc:Functions> | |
<ogc:FunctionNames> | |
<ogc:FunctionName nArgs='1'>abs</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>acos</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>asin</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>atan</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>avg</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>cbrt</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>ceil</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>ceiling</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>cos</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>cot</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>count</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>degrees</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>exp</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>floor</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>length</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>ln</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>log</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>min</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>max</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>radians</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>round</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>sin</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>sqrt</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>tan</ogc:FunctionName> | |
<ogc:FunctionName nArgs='1'>trunc</ogc:FunctionName> | |
</ogc:FunctionNames> | |
</ogc:Functions> | |
</ogc:ArithmeticOperators> | |
</ogc:Scalar_Capabilities> | |
<ogc:Id_Capabilities> | |
<ogc:EID/> | |
<ogc:FID/> | |
</ogc:Id_Capabilities> | |
</ogc:Filter_Capabilities> | |
</WFS_Capabilities> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment