Menu
MEMBUAT
an atlas to print
UNGGAH
halaman yang anda tandai
PANTAU
aktifitas saat ini
Memperpanjang
dengan alat lebih mahir
MASUK
atau membuat akun
Buat atlas dari GeoJSON
Itu memungkinkan untuk membuat atlas dari file GeoJSON. Ini bisa dilakukan dalam dua cara:
GeoJSON
GeoJSON
Menyerahkan
GeoJSON
GeoJSON
{ "properties": { "paper_size": "letter", "orientation": "portrait" }, "type": "FeatureCollection", "features": [ { "properties": { "provider": "http://tile.openstreetmap.org/{Z}/{X}/{Y}.png", "zoom": 17 }, "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [[ [-122.293647, 37.817211], [-122.293647, 37.801750], [-122.278198, 37.801750], [-122.278198, 37.817211], [-122.293647, 37.817211] ]] } }, { "properties": { "provider": "http://tile.openstreetmap.org/{Z}/{X}/{Y}.png", "zoom": 17 }, "type": "Feature", "geometry": { "type": "Point", "coordinates": [-122.281694, 37.822091] } } ] }
Menyerahkan