Skip to content

Instantly share code, notes, and snippets.

@HassanYA
Last active January 30, 2019 10:17
Show Gist options
  • Save HassanYA/82e011b9d813a47383180e42b3ad91db to your computer and use it in GitHub Desktop.
Save HassanYA/82e011b9d813a47383180e42b3ad91db to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"name": "Boundaries_Bahrain",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:EPSG:20499"
}
},
"features": [
{
"type": "Feature",
"properties": {
"ADM0_NAME": "Bahrain",
"CONTINENT": "Asia",
"REGION": "Western Asia",
"SHORT_NAME": "Bahrain",
"Names_Arab": "البحرين"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
430903,
2850950
],
[
476895,
2850790
],
[
477005,
2913091
],
[
431233,
2913254
],
[
430903,
2850950
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment