Skip to content

Instantly share code, notes, and snippets.

@vaderj
Last active June 12, 2018 15:10
Show Gist options
  • Save vaderj/0d114bbcd1a9c7932adf2989a3d6bb5a to your computer and use it in GitHub Desktop.
Save vaderj/0d114bbcd1a9c7932adf2989a3d6bb5a to your computer and use it in GitHub Desktop.
Georgia #GeoJSON
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-83.109191,
35.00118
],
[
-83.618546,
34.984749
],
[
-84.319594,
34.990226
],
[
-85.606675,
34.984749
],
[
-85.431413,
34.124869
],
[
-85.184951,
32.859696
],
[
-85.069935,
32.580372
],
[
-84.960397,
32.421541
],
[
-85.004212,
32.322956
],
[
-84.889196,
32.262709
],
[
-85.058981,
32.13674
],
[
-85.053504,
32.01077
],
[
-85.141136,
31.840985
],
[
-85.042551,
31.539753
],
[
-85.113751,
31.27686
],
[
-85.004212,
31.003013
],
[
-84.867289,
30.712735
],
[
-83.498053,
30.647012
],
[
-82.216449,
30.570335
],
[
-82.167157,
30.356734
],
[
-82.046664,
30.362211
],
[
-82.002849,
30.564858
],
[
-82.041187,
30.751074
],
[
-81.948079,
30.827751
],
[
-81.718048,
30.745597
],
[
-81.444201,
30.707258
],
[
-81.400385,
31.13446
],
[
-81.290846,
31.20566
],
[
-81.279893,
31.364491
],
[
-81.175831,
31.517845
],
[
-81.132015,
31.693108
],
[
-80.885553,
32.032678
],
[
-81.115584,
32.120309
],
[
-81.121061,
32.290094
],
[
-81.279893,
32.558464
],
[
-81.416816,
32.629664
],
[
-81.42777,
32.843265
],
[
-81.493493,
33.007573
],
[
-81.761863,
33.160928
],
[
-81.937125,
33.347144
],
[
-81.926172,
33.462159
],
[
-82.194542,
33.631944
],
[
-82.325988,
33.81816
],
[
-82.55602,
33.94413
],
[
-82.714851,
34.152254
],
[
-82.747713,
34.26727
],
[
-82.901067,
34.486347
],
[
-83.005129,
34.469916
],
[
-83.339222,
34.683517
],
[
-83.322791,
34.787579
],
[
-83.109191,
35.00118
]
]
]
},
"type": "Feature",
"id": "13",
"properties": {
"id": "ga",
"name": "Georgia",
"abbr": "ga"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment