Download outline map of Nakama (geojson format) :
Nakama.geojson (**)
Download polygon array of Nakama map for "Google Maps" :
Nakama.txt
Bounding Box for Nakama Map : ( 33.801266 , 130.667908 , 33.841999 , 130.742203 )
Wikipedia ID for Nakama : Q847601
Wikipedia SPARQL Query for Nakama (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q847601 wdt:P1082 ?population. }
OPTIONAL { wd:Q847601 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q847601 wdt:P2046 ?area. }
OPTIONAL { wd:Q847601 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q847601 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q847601 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 Nakama map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.801266, 130.667908, 33.841999, 130.742203);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nakama)
[out:json];
(
rel["name"="Nakama"][type=boundary];
rel["name:en"="Nakama"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nakama
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asagiri | 33.817590 , 130.729190 |
Chuo | 33.823060 , 130.713980 |
Dotenouchi | 33.809000 , 130.710650 |
Habu | 33.820020 , 130.700680 |
Higashinakama | 33.819340 , 130.717740 |
Hoshigaoka | 33.821120 , 130.734730 |
Ikeda | 33.814130 , 130.726400 |
Iwase | 33.831390 , 130.711130 |
Iwase-nishimachi | 33.836520 , 130.704650 |
Jokamachi | 33.830570 , 130.699650 |
Kamirengeji | 33.824260 , 130.723120 |
Kamisokoino | 33.813600 , 130.688850 |
Nabeyamamachi | 33.820660 , 130.726490 |
Nagatsu | 33.827150 , 130.707410 |
Nakama | 33.816670 , 130.700000 |
Nakama | 33.817235 , 130.717735 |
Nakao | 33.814280 , 130.717310 |
Nakasokoino | 33.822740 , 130.680530 |
Nakazuru | 33.829700 , 130.702590 |
Nanaemachi | 33.805360 , 130.723190 |
Odagaura | 33.812100 , 130.720010 |
Ogigaura | 33.818590 , 130.722410 |
Oneto | 33.822580 , 130.717370 |
Otsujimachi | 33.807540 , 130.725760 |
Rengeji | 33.828360 , 130.720350 |
Saskuradai | 33.820270 , 130.738180 |
Seto | 33.808500 , 130.694780 |
Shimo'okuma | 33.812030 , 130.699750 |
Taga | 33.827180 , 130.726580 |
Toritani | 33.821410 , 130.730700 |
Tsunesada | 33.816680 , 130.681000 |
Yayoi | 33.809960 , 130.723440 |
Notes:
- You can download geometry data for Nakama 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.