diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-23 21:52:24 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-23 21:52:24 +0100 |
| commit | 6f7374c2fa58c8692b51018864b802e6b876d305 (patch) | |
| tree | a7e8ead757e9f4de1920395336dcac1c8a989576 /data/world/locations.json | |
A new start
Diffstat (limited to 'data/world/locations.json')
| -rw-r--r-- | data/world/locations.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/data/world/locations.json b/data/world/locations.json new file mode 100644 index 0000000..90ed8a3 --- /dev/null +++ b/data/world/locations.json @@ -0,0 +1,31 @@ +[{
+ "latitude": 50.8577758,
+ "longitude": 5.6308645,
+ "name": "Maastricht",
+ "size": 2
+ },
+ {
+ "latitude": 48.8588377,
+ "longitude": 2.2770206,
+ "name": "Paris",
+ "size": 1
+ },
+ {
+ "latitude": 51.5285582,
+ "longitude": -0.2416796,
+ "name": "London",
+ "size": 1
+ },
+ {
+ "latitude": 55.8554403,
+ "longitude": -4.3024976,
+ "name": "Glasgow",
+ "size": 1
+ },
+ {
+ "latitude": 53.472225,
+ "longitude": -2.2935019,
+ "name": "Manchester",
+ "size": 1
+ }
+]
\ No newline at end of file |
