Skip to content

Instantly share code, notes, and snippets.

@samtux
Created May 29, 2014 01:37
Show Gist options
  • Save samtux/5938a26890f917d0b5aa to your computer and use it in GitHub Desktop.
Save samtux/5938a26890f917d0b5aa to your computer and use it in GitHub Desktop.
IDECA WFS XML
<wfs:WFS_Capabilities xmlns:wfs="http://www.opengis.net/wfs" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml" xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:Mapa_Referencia="http://procm19:8399/arcgis/services/Mapa_Referencia/Mapa_Referencia/MapServer/WFSServer" version="1.1.0" xsi:schemaLocation="http://www.opengis.net/gml http://schemas.opengis.net/gml/3.1.1/base/gml.xsd http://www.opengis.net/ogc http://schemas.opengis.net/filter/1.1.0/filter.xsd http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsAll.xsd http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">
<ows:ServiceIdentification>
<ows:Title>Mapa_Referencia_Mapa_Referencia</ows:Title>
<ows:Abstract />
<ows:Keywords>
<ows:Keyword />
</ows:Keywords>
<ows:ServiceType>WFS</ows:ServiceType>
<ows:ServiceTypeVersion>1.1.0</ows:ServiceTypeVersion>
<ows:Fees />
<ows:AccessConstraints />
</ows:ServiceIdentification>
<ows:ServiceProvider>
<ows:ProviderName />
<ows:ServiceContact>
<ows:IndividualName />
<ows:PositionName />
<ows:ContactInfo>
<ows:Phone>
<ows:Voice />
<ows:Facsimile />
</ows:Phone>
<ows:Address>
<ows:DeliveryPoint />
<ows:City />
<ows:AdministrativeArea />
<ows:PostalCode />
<ows:Country />
<ows:ElectronicMailAddress />
</ows:Address>
<ows:HoursOfService />
<ows:ContactInstructions />
</ows:ContactInfo>
</ows:ServiceContact>
</ows:ServiceProvider>
<ows:OperationsMetadata>
<ows:Operation name="GetCapabilities">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://procm19.catastrobogota.gov.co:7779/arcgiswsh/Mapa_Referencia/Mapa_Referencia/MapServer/WFSServer?" />
<ows:Post xlink:href="http://procm19.catastrobogota.gov.co:7779/arcgiswsh/Mapa_Referencia/Mapa_Referencia/MapServer/WFSServer" />
</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:Operation>
<ows:Operation name="DescribeFeatureType">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://procm19.catastrobogota.gov.co:7779/arcgiswsh/Mapa_Referencia/Mapa_Referencia/MapServer/WFSServer?" />
<ows:Post xlink:href="http://procm19.catastrobogota.gov.co:7779/arcgiswsh/Mapa_Referencia/Mapa_Referencia/MapServer/WFSServer" />
</ows:HTTP>
</ows:DCP>
<ows:Parameter name="outputFormat">
<ows:Value>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</ows:Value>
</ows:Parameter>
</ows:Operation>
<ows:Operation name="GetFeature">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://procm19.catastrobogota.gov.co:7779/arcgiswsh/Mapa_Referencia/Mapa_Referencia/MapServer/WFSServer?" />
<ows:Post xlink:href="http://procm19.catastrobogota.gov.co:7779/arcgiswsh/Mapa_Referencia/Mapa_Referencia/MapServer/WFSServer" />
</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/profiles/gmlsf/1.0.0/0</ows:Value>
</ows:Parameter>
</ows:Operation>
<ows:ExtendedCapabilities>
<ows:Constraint name="serviceAxisOrderForSwappableSRS">
<ows:Value>latitude,longitude</ows:Value>
</ows:Constraint>
</ows:ExtendedCapabilities>
</ows:OperationsMetadata>
<wfs:FeatureTypeList>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Manzana</wfs:Name>
<wfs:Title>Manzana</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.364662017999933 3.9847599900000432</ows:LowerCorner>
<ows:UpperCorner>-74.009643422999943 4.8329340640000851</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Punto_Fotocontrol</wfs:Name>
<wfs:Title>Punto_Fotocontrol</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.238260999999909 4.4650250000000824</ows:LowerCorner>
<ows:UpperCorner>-73.990109999999902 4.8322840000000724</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Calzada</wfs:Name>
<wfs:Title>Calzada</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.207227774999922 4.4636014340000543</ows:LowerCorner>
<ows:UpperCorner>-74.022141165999926 4.8256205110000678</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Area_urbanistica</wfs:Name>
<wfs:Title>Area_urbanistica</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.215684376999945 4.469143357000064</ows:LowerCorner>
<ows:UpperCorner>-74.008807101999935 4.8329503240000804</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Malla_Vial</wfs:Name>
<wfs:Title>Malla_Vial</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.394700319999913 3.8199663400000645</ows:LowerCorner>
<ows:UpperCorner>-73.991326949999916 4.8366432200000418</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Placa_Domiciliaria</wfs:Name>
<wfs:Title>Placa_Domiciliaria</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.363939223999921 3.9349704970000516</ows:LowerCorner>
<ows:UpperCorner>-73.812921685999925 4.8355104000000892</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Codigo_Postal</wfs:Name>
<wfs:Title>Codigo_Postal</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.449779527999908 3.7310303430000431</ows:LowerCorner>
<ows:UpperCorner>-73.986534277999908 4.8367790960000434</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Construccion</wfs:Name>
<wfs:Title>Construccion</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.393197727999905 3.8291576690000397</ows:LowerCorner>
<ows:UpperCorner>-73.994927843999903 4.8322367570000893</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Area_territorial</wfs:Name>
<wfs:Title>Area_territorial</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.449779527999908 3.7310303420000537</ows:LowerCorner>
<ows:UpperCorner>-73.986534277999908 4.836779095000054</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Drenaje</wfs:Name>
<wfs:Title>Drenaje</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.482672413999921 3.7731157480000661</ows:LowerCorner>
<ows:UpperCorner>-73.971274034999908 4.8235085790000767</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Lote</wfs:Name>
<wfs:Title>Lote</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.450724162999904 3.7306725330000745</ows:LowerCorner>
<ows:UpperCorner>-73.9890181049999 4.8368293580000454</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Localidad</wfs:Name>
<wfs:Title>Localidad</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.449779527999908 3.7310303420000537</ows:LowerCorner>
<ows:UpperCorner>-73.986534277999908 4.836779095000054</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Sitio_de_Interes</wfs:Name>
<wfs:Title>Sitio_de_Interes</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.326972678999937 3.9332751440000493</ows:LowerCorner>
<ows:UpperCorner>-74.021527054999922 4.8246640020000768</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Nomenclatura</wfs:Name>
<wfs:Title>Nomenclatura</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.394700319999913 3.8199663400000645</ows:LowerCorner>
<ows:UpperCorner>-73.991326949999916 4.8366432200000418</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Centro_poblado</wfs:Name>
<wfs:Title>Centro_poblado</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.36464335799991 3.8897732570000585</ows:LowerCorner>
<ows:UpperCorner>-74.090682846999925 4.7870040080000535</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Cuerpo_de_agua</wfs:Name>
<wfs:Title>Cuerpo_de_agua</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.482703710999942 3.7718356330000802</ows:LowerCorner>
<ows:UpperCorner>-73.69603273599995 5.2187566560000391</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Cuenca</wfs:Name>
<wfs:Title>Cuenca</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.450882129999911 3.7302649840000868</ows:LowerCorner>
<ows:UpperCorner>-73.986466600999904 4.8370716500000412</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Corregimiento</wfs:Name>
<wfs:Title>Corregimiento</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.449779527999908 3.7310303420000537</ows:LowerCorner>
<ows:UpperCorner>-74.089681920999908 4.2984614710000528</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Municipio</wfs:Name>
<wfs:Title>Municipio</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-81.735620548999918 -4.2257796879999319</ows:LowerCorner>
<ows:UpperCorner>-66.847215401999904 13.394727759000091</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Anden</wfs:Name>
<wfs:Title>Anden</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.20720211999992 4.4837013770000453</ows:LowerCorner>
<ows:UpperCorner>-74.022085930999935 4.8256327570000508</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Separador</wfs:Name>
<wfs:Title>Separador</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.2072336519999 4.4780611860000477</ows:LowerCorner>
<ows:UpperCorner>-74.022243611999897 4.8255971070000783</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Curva_de_nivel</wfs:Name>
<wfs:Title>Curva_de_nivel</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.223582286999942 4.4335163930000476</ows:LowerCorner>
<ows:UpperCorner>-74.009952278999947 4.8369617650000691</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Nodo_de_transporte_poligono</wfs:Name>
<wfs:Title>Nodo_de_transporte_poligono</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.177246904999947 4.5276370770000653</ows:LowerCorner>
<ows:UpperCorner>-74.024953306999919 4.8172892540000589</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Punto_Geodesico</wfs:Name>
<wfs:Title>Punto_Geodesico</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.201908499999945 4.3866731940000818</ows:LowerCorner>
<ows:UpperCorner>-74.011532638999938 4.8157283610000832</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Cicloruta</wfs:Name>
<wfs:Title>Cicloruta</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.207149588999926 4.4876653870000496</ows:LowerCorner>
<ows:UpperCorner>-74.0229161769999 4.7706826420000539</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Sector_Catastral</wfs:Name>
<wfs:Title>Sector_Catastral</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.450679757999922 3.7310745050000378</ows:LowerCorner>
<ows:UpperCorner>-73.989018081999916 4.8369558760000473</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Puente_Peatonal</wfs:Name>
<wfs:Title>Puente_Peatonal</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.217624860999933 4.5061421920000839</ows:LowerCorner>
<ows:UpperCorner>-74.022773498999925 4.7839450630000897</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Puente</wfs:Name>
<wfs:Title>Puente</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.217624860999933 4.5061421920000839</ows:LowerCorner>
<ows:UpperCorner>-74.022773498999925 4.7839450630000897</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Sentido_Vial</wfs:Name>
<wfs:Title>Sentido_Vial</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.394700319999913 3.8199663400000645</ows:LowerCorner>
<ows:UpperCorner>-73.991326949999916 4.8366432200000418</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Unidad_de_planeamiento</wfs:Name>
<wfs:Title>Unidad_de_planeamiento</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.449779527999908 3.7310303420000537</ows:LowerCorner>
<ows:UpperCorner>-74.018182321999916 4.836779095000054</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
<wfs:FeatureType>
<wfs:Name>Mapa_Referencia:Nodo_de_transporte</wfs:Name>
<wfs:Title>Nodo_de_transporte</wfs:Title>
<wfs:DefaultSRS>urn:ogc:def:crs:EPSG:6.9:4686</wfs:DefaultSRS>
<wfs:OtherSRS>urn:ogc:def:crs:EPSG:6.9:4326</wfs:OtherSRS>
<wfs:OutputFormats>
<wfs:Format>text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0</wfs:Format>
</wfs:OutputFormats>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-74.202952865999919 4.4946152260000645</ows:LowerCorner>
<ows:UpperCorner>-74.022091079999939 4.8091762070000641</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>
</wfs:FeatureTypeList>
<ogc:Filter_Capabilities>
<ogc:Spatial_Capabilities>
<ogc:GeometryOperands>
<ogc:GeometryOperand>gml:Envelope</ogc:GeometryOperand>
<ogc:GeometryOperand>gml:Point</ogc:GeometryOperand>
<ogc:GeometryOperand>gml:Polygon</ogc:GeometryOperand>
<ogc:GeometryOperand>gml:LineString</ogc:GeometryOperand>
</ogc:GeometryOperands>
<ogc:SpatialOperators>
<ogc:SpatialOperator name="BBOX" />
<ogc:SpatialOperator name="Equals" />
<ogc:SpatialOperator name="Disjoint" />
<ogc:SpatialOperator name="Intersects" />
<ogc:SpatialOperator name="Crosses" />
<ogc:SpatialOperator name="Touches" />
<ogc:SpatialOperator name="Within" />
<ogc:SpatialOperator name="Contains" />
<ogc:SpatialOperator name="Overlaps" />
</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>Like</ogc:ComparisonOperator>
<ogc:ComparisonOperator>Between</ogc:ComparisonOperator>
<ogc:ComparisonOperator>NullCheck</ogc:ComparisonOperator>
</ogc:ComparisonOperators>
</ogc:Scalar_Capabilities>
<ogc:Id_Capabilities>
<ogc:EID />
<ogc:FID />
</ogc:Id_Capabilities>
</ogc:Filter_Capabilities>
</wfs:WFS_Capabilities>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment