Download outline map of La Tuque (geojson format) :
La Tuque.geojson (**)
Download polygon array of La Tuque map for "Google Maps" :
La Tuque.txt
Bounding Box for La Tuque Map : ( 47.061757 , -75.525062 , 49.000078 , -71.892561 )
Wikipedia ID for La Tuque : Q141769
Wikipedia SPARQL Query for La Tuque (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q141769 wdt:P1082 ?population. }
OPTIONAL { wd:Q141769 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q141769 wdt:P2046 ?area. }
OPTIONAL { wd:Q141769 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q141769 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q141769 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 La Tuque map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.061757, -75.525062, 49.000078, -71.892561);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (La Tuque)
[out:json];
(
rel["name"="La Tuque"][type=boundary];
rel["name:en"="La Tuque"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Tuque
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Base-Radar | 47.901740 , -74.652360 |
Cann | 47.900110 , -73.882430 |
Carignan | 47.327780 , -72.792500 |
Casey | 47.883430 , -74.182450 |
Clova | 48.108890 , -75.361390 |
Communauté de Wemotaci | 47.922920 , -73.784841 |
Coucoucache Indian Reserve No. 24A | 47.752238 , -73.231138 |
Festubert | 47.235000 , -72.683330 |
Fitzpatrick | 47.484170 , -72.774440 |
Hibbard | 47.870560 , -74.039170 |
La Bostonnais | 47.541209 , -72.622090 |
La Croche | 47.600070 , -72.732400 |
La Tuque | 48.063652 , -74.050090 |
Lac-aux-Brochets | 47.213330 , -72.675560 |
Lac-Chat | 47.166760 , -72.649110 |
Lac-Clair | 47.704440 , -72.794440 |
Lac-Édouard | 47.625363 , -72.330886 |
Obedjiwan Indian Reserve No. 28 | 48.669333 , -74.928643 |
Rapide-Blanc | 47.793100 , -72.963440 |
Sanford | 47.483330 , -72.208330 |
Sanmaur | 47.914040 , -73.769760 |
Trenche | 47.744170 , -72.881110 |
Van Bruyssel | 47.940390 , -72.152210 |
Vandry | 47.858400 , -73.556920 |
Weymont | 47.900110 , -73.749130 |
Weymontachie | 47.899400 , -73.777200 |
Windigo | 47.771110 , -73.335000 |
Notes:
- You can download geometry data for La Tuque 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.