Download outline map of Maniwa (geojson format) :
Maniwa.geojson (**)
Download polygon array of Maniwa map for "Google Maps" :
Maniwa.txt
Bounding Box for Maniwa Map : ( 34.900333 , 133.565903 , 35.345135 , 133.845093 )
Wikipedia ID for Maniwa : Q861230
Wikipedia SPARQL Query for Maniwa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q861230 wdt:P1082 ?population. }
OPTIONAL { wd:Q861230 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q861230 wdt:P2046 ?area. }
OPTIONAL { wd:Q861230 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q861230 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q861230 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 Maniwa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.900333, 133.565903, 35.345135, 133.845093);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Maniwa)
[out:json];
(
rel["name"="Maniwa"][type=boundary];
rel["name:en"="Maniwa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Maniwa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akuchi | 35.016670 , 133.633330 |
Fujita | 34.930900 , 133.630360 |
Kaminakatsui | 34.935500 , 133.630340 |
Katsuyama | 35.083330 , 133.683330 |
Katta | 34.983330 , 133.716670 |
Kuse | 35.066670 , 133.750000 |
Makago | 35.250000 , 133.750000 |
Maniwa | 35.261688 , 133.665161 |
Mikamo | 35.150000 , 133.616670 |
Miyaji | 34.979080 , 133.681650 |
Naka-fukuda | 35.283330 , 133.650000 |
Ochiai | 35.016670 , 133.750000 |
Shinmachi | 34.977100 , 133.676780 |
Tsukida | 35.033330 , 133.666670 |
Notes:
- You can download geometry data for Maniwa 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.