Machida (Tokyo) Map Cropping Samples
Machida (Tokyo) Map Cropping Samples-1
Machida (Tokyo) Map Cropping Samples-2
Machida neighborhoods and villages map with 3D shadow effect
flag map of Machida with 3D shadow effect
Machida map with 3d shadow effect
Download outline map of Machida (geojson format) :
Machida.geojson (**)
Download polygon array of Machida map for "Google Maps" :
Machida.txt
Bounding Box for Machida Map : ( 35.501598 , 139.268906 , 35.623531 , 139.507202 )
Wikipedia ID for Machida : Q210628
Wikipedia SPARQL Query for Machida (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q210628 wdt:P1082 ?population. }
OPTIONAL { wd:Q210628 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q210628 wdt:P2046 ?area. }
OPTIONAL { wd:Q210628 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q210628 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q210628 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Machida map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.501598, 139.268906, 35.623531, 139.507202);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Machida)
[out:json];
(
rel["name"="Machida"][type=boundary];
rel["name:en"="Machida"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Machida
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hikago | 35.601390 , 139.459720 |
Machida | 35.566816 , 139.449095 |
Miwamachi | 35.578260 , 139.494070 |
Namigi | 35.583610 , 139.423610 |
Nozuta | 35.586940 , 139.438890 |
Okura | 35.584720 , 139.470280 |
Notes:
- You can download geometry data for Machida 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.