Skip to content

Instantly share code, notes, and snippets.

@DomDomHaas
Last active March 28, 2023 13:29
Show Gist options
  • Save DomDomHaas/44875a8eec8bfe6ee8bd9cb842230645 to your computer and use it in GitHub Desktop.
Save DomDomHaas/44875a8eec8bfe6ee8bd9cb842230645 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type":"FeatureCollection",
"name":"Switzerland",
"crs":{
"type":"name",
"properties":{
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features":[
{
"type":"Feature",
"properties":{
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
5.96489092743469,
45.819198012710942
],
[
10.446176912026907,
45.788566712262281
],
[
10.559033422486829,
47.772243716587312
],
[
5.909483473129902,
47.804012210087471
],
[
5.96489092743469,
45.819198012710942
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment