Skip to content

Instantly share code, notes, and snippets.

@andilabs
Last active January 14, 2019 16:11
Show Gist options
  • Select an option

  • Save andilabs/3c875d343f4a52acfb2f2b49d52941f9 to your computer and use it in GitHub Desktop.

Select an option

Save andilabs/3c875d343f4a52acfb2f2b49d52941f9 to your computer and use it in GitHub Desktop.
SRID=4326;POLYGON ((13.8427734375 48.96579381461063, 24.08203125 48.96579381461063, 24.08203125 54.90188218738501, 13.8427734375 54.90188218738501, 13.8427734375 48.96579381461063))
Display the source blob
Display the rendered blob
Raw
{
"type": "Polygon",
"coordinates": [
[
[
13.842773437499998,
48.96579381461063
],
[
24.08203125,
48.96579381461063
],
[
24.08203125,
54.901882187385006
],
[
13.842773437499998,
54.901882187385006
],
[
13.842773437499998,
48.96579381461063
]
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment