Download outline map of Nanaimo (geojson format) :
Nanaimo.geojson (**)
Download polygon array of Nanaimo map for "Google Maps" :
Nanaimo.txt
Bounding Box for Nanaimo Map : ( 48.981267 , -124.968159 , 49.467783 , -123.672907 )
Wikipedia ID for Nanaimo : Q16461
Wikipedia SPARQL Query for Nanaimo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q16461 wdt:P1082 ?population. }
OPTIONAL { wd:Q16461 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q16461 wdt:P2046 ?area. }
OPTIONAL { wd:Q16461 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q16461 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q16461 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 Nanaimo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.981267, -124.968159, 49.467783, -123.672907);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nanaimo)
[out:json];
(
rel["name"="Nanaimo"][type=boundary];
rel["name:en"="Nanaimo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nanaimo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boat Harbour | 49.097180 , -123.805550 |
Bowser | 49.432930 , -124.669500 |
Cassidy | 49.067926 , -123.788291 |
Cinnabar Valley | 49.100000 , -123.916670 |
Coombs | 49.305450 , -124.414157 |
Deep Bay | 49.464320 , -124.724970 |
Dolphin Beach | 49.285950 , -124.142850 |
Dunsmuir | 49.354091 , -124.625043 |
Errington | 49.246338 , -124.369096 |
Extension | 49.099640 , -123.952710 |
Gabriola Island 5 | 49.130443 , -123.717598 |
Harmac | 49.132920 , -123.852720 |
Hilliers | 49.299630 , -124.486070 |
Lantzville | 49.231500 , -124.100195 |
Nanaimo | 49.179375 , -123.955324 |
Nanaimo River 2 | 49.118549 , -123.885874 |
Nanaimo River 3 | 49.129104 , -123.884294 |
Nanaimo River 4 | 49.122741 , -123.871105 |
Nanaimo River Indian Reserve 4 | 49.126241 , -123.820381 |
Nanoose | 49.251011 , -124.122663 |
Nanoose Bay | 49.272370 , -124.193320 |
Nanoose Bay Indian Reserve | 49.278507 , -124.120337 |
Parksville | 49.318959 , -124.303094 |
Qualicum | 49.397607 , -124.613817 |
Qualicum Beach | 49.346909 , -124.431708 |
Qualicum Indian Reserve | 49.397010 , -124.616289 |
Silva Bay | 49.149900 , -123.702110 |
South Wellington | 49.100000 , -123.883330 |
Whisky Creek | 49.308330 , -124.505560 |
Notes:
- You can download geometry data for Nanaimo 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.