Download outline map of Kadoma (geojson format) :
Kadoma.geojson (**)
Download polygon array of Kadoma map for "Google Maps" :
Kadoma.txt
Bounding Box for Kadoma Map : ( 34.710934 , 135.570694 , 34.749935 , 135.623505 )
Wikipedia ID for Kadoma : Q496080
Wikipedia SPARQL Query for Kadoma (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496080 wdt:P1082 ?population. }
OPTIONAL { wd:Q496080 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496080 wdt:P2046 ?area. }
OPTIONAL { wd:Q496080 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496080 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496080 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 Kadoma map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.710934, 135.570694, 34.749935, 135.623505);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kadoma)
[out:json];
(
rel["name"="Kadoma"][type=boundary];
rel["name:en"="Kadoma"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kadoma
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ishiharacho | 34.744680 , 135.590200 |
Kadoma | 34.728534 , 135.600473 |
Kofukucho | 34.740580 , 135.591020 |
Mitsushima | 34.718670 , 135.597480 |
Nozatocho | 34.741790 , 135.603180 |
Shimomabushicho | 34.728010 , 135.614600 |
Yanagimachi | 34.736410 , 135.586760 |
Notes:
- You can download geometry data for Kadoma 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.