Skip to content

Instantly share code, notes, and snippets.

@willemarcel
Created November 1, 2016 16:04
Show Gist options
  • Save willemarcel/68c5c1971f8a00263b9e4f1d3f5d5542 to your computer and use it in GitHub Desktop.
Save willemarcel/68c5c1971f8a00263b9e4f1d3f5d5542 to your computer and use it in GitHub Desktop.
Harappian civilization
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"name": "Lothal"
},
"geometry": {
"type": "Point",
"coordinates": [
72.2504711151123,
22.521090278594524
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"name": "Harappá"
},
"geometry": {
"type": "Point",
"coordinates": [
72.86733627319336,
30.62635394531363
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"name": "Mohenjo-Daro"
},
"geometry": {
"type": "Point",
"coordinates": [
68.13491106033325,
27.325920251224918
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment