Download outline map of Tama (geojson format) :
Tama.geojson (**)
Download polygon array of Tama map for "Google Maps" :
Tama.txt
Bounding Box for Tama Map : ( 35.6054649353 , 139.393493652 , 35.6579322815 , 139.473907471 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Tama map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.6054649353, 139.393493652, 35.6579322815, 139.473907471);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tama)
[out:json];
(
rel["name"="Tama"][type=boundary];
rel["name:en"="Tama"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tama
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Renkoji | 35.639720 , 139.452220 |
Tama | 35.643600 , 139.468440 |
Tama | 35.626884 , 139.427833 |
Notes:
- You can download geometry data for Tama in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.