Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
antosubash authored Dec 19, 2024
1 parent 794ff60 commit 156f218
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions urbanreleaf/urban-releaf-cities.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Athens"
},
"geometry": {
"type": "Point",
"coordinates": [23.7275, 37.9838]
}
},
{
"type": "Feature",
"properties": {
"name": "Cascais"
},
"geometry": {
"type": "Point",
"coordinates": [-9.4215, 38.6979]
}
},
{
"type": "Feature",
"properties": {
"name": "Dundee"
},
"geometry": {
"type": "Point",
"coordinates": [-2.9707, 56.4620]
}
},
{
"type": "Feature",
"properties": {
"name": "Mannheim"
},
"geometry": {
"type": "Point",
"coordinates": [8.4660, 49.4875]
}
},
{
"type": "Feature",
"properties": {
"name": "Riga"
},
"geometry": {
"type": "Point",
"coordinates": [24.1052, 56.9496]
}
},
{
"type": "Feature",
"properties": {
"name": "Utrecht"
},
"geometry": {
"type": "Point",
"coordinates": [5.1214, 52.0907]
}
}
]
}

0 comments on commit 156f218

Please sign in to comment.