Spaces:
Running
Running
File size: 704 Bytes
0914710 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
{
"europe": {
"input": {
"latlng": { "lat": 38.26837671763853, "lng": 13.640947603420843 },
"zoom": 10
},
"output": { "x": 141005, "y": 100867 }
},
"north_america": {
"input": {
"latlng": { "lat": 49.582282020151446, "lng": -114.91703409765535 },
"zoom": 7
},
"output": { "x": 5923, "y": 11171 }
},
"south_america": {
"input": {
"latlng": { "lat": -32.52828619080139, "lng": -73.03714474717113 },
"zoom": 7
},
"output": { "x": 9735, "y": 19517 }
},
"oceania": {
"input": {
"latlng": { "lat": -52.32191088594772, "lng": 65.30273437500001 },
"zoom": 4
},
"output": { "x": 2791, "y": 2749 }
}
}
|