UNPKG
@mangosystem/ogc-schemas
Version:
latest (2.6.2-SNAPSHOT)
2.6.2-SNAPSHOT
Jsonix XML-JSON mappings for OGC Schemas.
github.com/highsource/ogc-schemas
highsource/ogc-schemas
@mangosystem/ogc-schemas
/
tests
/
GML
/
3.2
/
Polygon01.xml
7 lines
•
270 B
text/xml
View Raw
1
2
3
4
5
6
7
<
gml:Polygon
gml:id
=
"P1"
srsName
=
"urn:ogc:def:crs:EPSG::4326"
xmlns:gml
=
"http://www.opengis.net/gml/3.2"
>
<
gml:exterior
>
<
gml:LinearRing
>
<
gml:posList
>
10 10 20 20 30 30 40 40 10 10
</
gml:posList
>
</
gml:LinearRing
>
</
gml:exterior
>
</
gml:Polygon
>