Download outline map of Meguro (geojson format) :
Meguro.geojson (**)
Download polygon array of Meguro map for "Google Maps" :
Meguro.txt
Bounding Box for Meguro Map : ( 35.600666 , 139.661697 , 35.663734 , 139.717407 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Meguro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.600666, 139.661697, 35.663734, 139.717407);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Meguro)
[out:json];
(
rel["name"="Meguro"][type=boundary];
rel["name:en"="Meguro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Meguro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chuocho | 35.630740 , 139.690520 |
Himon'ya | 35.620000 , 139.687130 |
Kakinokizaka | 35.623730 , 139.675450 |
Meguro-honcho | 35.622260 , 139.696050 |
Nakacho | 35.631860 , 139.695280 |
Ohashi | 35.652680 , 139.687080 |
Takaban | 35.626130 , 139.686440 |
Yutenji | 35.637850 , 139.693440 |
Notes:
- You can download geometry data for Meguro 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.