Download outline map of Higashimatsuyama (geojson format) :
Higashimatsuyama.geojson (**)
Download polygon array of Higashimatsuyama map for "Google Maps" :
Higashimatsuyama.txt
Bounding Box for Higashimatsuyama Map : ( 35.981602 , 139.331207 , 36.105064 , 139.457108 )
Wikipedia ID for Higashimatsuyama : Q823907
Wikipedia SPARQL Query for Higashimatsuyama (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q823907 wdt:P1082 ?population. }
OPTIONAL { wd:Q823907 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q823907 wdt:P2046 ?area. }
OPTIONAL { wd:Q823907 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q823907 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q823907 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 Higashimatsuyama map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.981602, 139.331207, 36.105064, 139.457108);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Higashimatsuyama)
[out:json];
(
rel["name"="Higashimatsuyama"][type=boundary];
rel["name:en"="Higashimatsuyama"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Higashimatsuyama
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Furukori | 36.013790 , 139.436690 |
Higashi-Matsuyama | 36.035774 , 139.416504 |
Higashimatsuyama | 36.023557 , 139.393157 |
Kamigarako | 36.035640 , 139.344220 |
Matsuyama | 36.050940 , 139.406430 |
Takasaka | 36.000000 , 139.400000 |
Notes:
- You can download geometry data for Higashimatsuyama 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.