Skip to content

Instantly share code, notes, and snippets.

@gongpengjun
Created August 28, 2013 07:34
Show Gist options
  • Save gongpengjun/6363128 to your computer and use it in GitHub Desktop.
Save gongpengjun/6363128 to your computer and use it in GitHub Desktop.
via:geojson.io
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
116.38469696044923,
39.9113163032711
],
[
116.38469696044923,
39.92214537664713
],
[
116.39744281768799,
39.92214537664713
],
[
116.39744281768799,
39.9113163032711
],
[
116.38469696044923,
39.9113163032711
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
116.39177799224852,
39.91737289576938
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment