Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created November 2, 2015 15:16
Show Gist options
  • Save anonymous/9135da07dbaf6c7991d2 to your computer and use it in GitHub Desktop.
Save anonymous/9135da07dbaf6c7991d2 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Name": "BomborDassalamu"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.2633,
7.2289
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Bomborhun"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.3731,
7.0689
]
}
},
{
"type": "Feature",
"properties": {
"Name": "BoWaterside"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.373,
7.0107
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Gangama"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.20971,
7.2506
]
}
},
{
"type": "Feature",
"properties": {
"Name": "JeneLiberia"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.1388,
6.8074
]
}
},
{
"type": "Feature",
"properties": {
"Name": "ManoRiver"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.2079,
7.2477
]
}
},
{
"type": "Feature",
"properties": {
"Name": "YorkIsland"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.4742,
6.9243
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment