Skip to content

Instantly share code, notes, and snippets.

@dashalom
Created April 29, 2015 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dashalom/332408c04960378a50ff to your computer and use it in GitHub Desktop.
Save dashalom/332408c04960378a50ff to your computer and use it in GitHub Desktop.
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.9654,
40.779631
]
},
"properties": {
"id": "21",
"city": "New York",
"means_aquired": "gift",
"owner_aquired": "USA",
"year_aquired": "1880",
"origin": "Heliopolis"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
29.880066,
31.20458
]
},
"properties": {
"id": "21",
"city":"Alexandria",
"means_aquired": "conquered",
"owner_aquired": "RE_Claudian",
"year_aquired": "-12",
"origin": "Heliopolis"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
12.457263,
41.902261
]
},
"properties": {
"id": "5",
"city": "Vatican City",
"means_aquired": "transfer",
"owner_aquired": "Pope_Sixtus_V",
"year_aquired": "1586",
"origin": "Heliopolis"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
29.903961,
31.195733
]
},
"properties": {
"id": "5",
"city":"Rome",
"means_aquired": "transfer",
"owner_aquired": "RE_Claudian",
"year_aquired": "37",
"origin": "Heliopolis"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
29.903961,
31.195733
]
},
"properties": {
"id": "5",
"city": "Alexandria,
"means_aquired": "conquered",
"owner_aquired": "RE_Claudian",
"year_aquired": "30",
"origin": "Heliopolis"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
31.288889,
30.129528
]
},
"properties": {
"id": "5",
"city":"Heliopolis",
"means_aquired": "built",
"owner_aquired": "PharDyn_5",
"year_aquired": "-2494",
"origin": "Heliopolis"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
12.476389,
41.910556
]
},
"properties": {
"id": "2",
"city": "Rome,
"means_aquired": "conquered",
"owner_aquired": "RE_Claudian",
"year_aquired": "-10",
"origin": "Heliopolis"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
31.288889,
30.129528
]
},
"properties": {
"id": "2",
"city":"Heliopolis",
"means_aquired": "built",
"owner_aquired": "PharDyn_19",
"year_aquired": "-1394",
"origin": "Heliopolis"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment