Download outline map of Urayasu (geojson format) :
Urayasu.geojson (**)
Download polygon array of Urayasu map for "Google Maps" :
Urayasu.txt
Bounding Box for Urayasu Map : ( 35.616669 , 139.872406 , 35.672733 , 139.939606 )
Wikipedia ID for Urayasu : Q319729
Wikipedia SPARQL Query for Urayasu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q319729 wdt:P1082 ?population. }
OPTIONAL { wd:Q319729 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q319729 wdt:P2046 ?area. }
OPTIONAL { wd:Q319729 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q319729 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q319729 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 Urayasu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.616669, 139.872406, 35.672733, 139.939606);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Urayasu)
[out:json];
(
rel["name"="Urayasu"][type=boundary];
rel["name:en"="Urayasu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Urayasu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akemi | 35.639740 , 139.922370 |
Benten | 35.640050 , 139.896060 |
Chidori | 35.623500 , 139.898010 |
Fujimi | 35.648940 , 139.889370 |
Higashino | 35.648530 , 139.896360 |
Hinode | 35.644130 , 139.928160 |
Horie | 35.657830 , 139.892690 |
Imagawa | 35.641800 , 139.907520 |
Irifune | 35.651670 , 139.918330 |
Kairaku | 35.656650 , 139.906150 |
Kitazakae | 35.666760 , 139.897480 |
Maihama | 35.629970 , 139.879570 |
Mihama | 35.651910 , 139.911380 |
Minato | 35.630110 , 139.910100 |
Nekozane | 35.660350 , 139.899190 |
Tekko Dori | 35.634610 , 139.898380 |
Todaijima | 35.669170 , 139.890220 |
Urayasu | 35.637900 , 139.888886 |
Notes:
- You can download geometry data for Urayasu 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.