Download outline map of Muroran (geojson format) :
Muroran.geojson (**)
Download polygon array of Muroran map for "Google Maps" :
Muroran.txt
Bounding Box for Muroran Map : ( 42.301731 , 140.908493 , 42.438 , 141.054901 )
Wikipedia ID for Muroran : Q496667
Wikipedia SPARQL Query for Muroran (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496667 wdt:P1082 ?population. }
OPTIONAL { wd:Q496667 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496667 wdt:P2046 ?area. }
OPTIONAL { wd:Q496667 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496667 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496667 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 Muroran map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.301731, 140.908493, 42.438, 141.054901);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Muroran)
[out:json];
(
rel["name"="Muroran"][type=boundary];
rel["name:en"="Muroran"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Muroran
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beshipokke | 42.341670 , 141.026170 |
Charachinai | 42.306210 , 140.999500 |
Motomari | 42.310780 , 140.983020 |
Muroran | 42.343066 , 140.997504 |
Muroran | 42.317220 , 140.988060 |
Nakamachi | 42.333330 , 141.000000 |
Pon-pekereota | 42.366670 , 140.950000 |
Putofurenai | 42.311190 , 140.990490 |
Rapushi | 42.334250 , 140.946210 |
Tanneshiraru | 42.316670 , 140.966670 |
Wanishicho | 42.335070 , 141.011840 |
Notes:
- You can download geometry data for Muroran 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.