Download outline map of Kasama (geojson format) :
Kasama.geojson (**)
Download polygon array of Kasama map for "Google Maps" :
Kasama.txt
Bounding Box for Kasama Map : ( 36.265667 , 140.1633 , 36.4492 , 140.369904 )
Wikipedia ID for Kasama : Q845851
Wikipedia SPARQL Query for Kasama (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q845851 wdt:P1082 ?population. }
OPTIONAL { wd:Q845851 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q845851 wdt:P2046 ?area. }
OPTIONAL { wd:Q845851 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q845851 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q845851 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 Kasama map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.265667, 140.1633, 36.4492, 140.369904);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kasama)
[out:json];
(
rel["name"="Kasama"][type=boundary];
rel["name:en"="Kasama"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kasama
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Haji | 36.300000 , 140.300000 |
Iwama | 36.300000 , 140.266670 |
Kami-inada | 36.366670 , 140.200000 |
Kasama | 36.383330 , 140.266670 |
Kasama | 36.371861 , 140.263996 |
Tairamachi | 36.333330 , 140.283330 |
Tomobe | 36.350000 , 140.300000 |
Notes:
- You can download geometry data for Kasama 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.