Download outline map of Minoo (geojson format) :
Minoo.geojson (**)
Download polygon array of Minoo map for "Google Maps" :
Minoo.txt
Bounding Box for Minoo Map : ( 34.807266 , 135.4366 , 34.910465 , 135.524994 )
Wikipedia ID for Minoo : Q665097
Wikipedia SPARQL Query for Minoo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q665097 wdt:P1082 ?population. }
OPTIONAL { wd:Q665097 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q665097 wdt:P2046 ?area. }
OPTIONAL { wd:Q665097 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q665097 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q665097 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 Minoo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.807266, 135.4366, 34.910465, 135.524994);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Minoo)
[out:json];
(
rel["name"="Minoo"][type=boundary];
rel["name:en"="Minoo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Minoo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Kayano | 34.827610 , 135.483410 |
Makiochi | 34.823600 , 135.469500 |
Mino | 34.833872 , 135.472355 |
Niina | 34.828730 , 135.459440 |
Nishijuku | 34.827020 , 135.492660 |
Sakuragaoka | 34.819690 , 135.453610 |
Sakurai | 34.814820 , 135.462590 |
Senba | 34.822470 , 135.486620 |
Shimotodoromi | 34.880040 , 135.461100 |
箕面市 | 34.826910 , 135.470570 |
Notes:
- You can download geometry data for Minoo 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.