Download outline map of La Jacques-Cartier (geojson format) :
La Jacques-Cartier.geojson (**)
Download polygon array of La Jacques-Cartier map for "Google Maps" :
La Jacques-Cartier.txt
Bounding Box for La Jacques-Cartier Map : ( 46.784144 , -72.238443 , 47.772566 , -71.085967 )
Wikipedia ID for La Jacques-Cartier : Q1517325
Wikipedia SPARQL Query for La Jacques-Cartier (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1517325 wdt:P1082 ?population. }
OPTIONAL { wd:Q1517325 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1517325 wdt:P2046 ?area. }
OPTIONAL { wd:Q1517325 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1517325 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1517325 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 Jacques-Cartier map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.784144, -72.238443, 47.772566, -71.085967);
);
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 Jacques-Cartier)
[out:json];
(
rel["name"="La Jacques-Cartier"][type=boundary];
rel["name:en"="La Jacques-Cartier"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Jacques-Cartier
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Fossambault-sur-le-Lac | 46.884315 , -71.608279 |
Lac-Beauport | 46.979974 , -71.294622 |
Lac-Delage | 46.967376 , -71.403504 |
Lac-Saint-Joseph | 46.922865 , -71.647769 |
Saint-Gabriel-de-Valcartier | 47.044001 , -71.595093 |
Sainte-Brigitte-de-Laval | 47.029723 , -71.175461 |
Sainte-Catherine-de-la-Jacques-Cartier | 46.847985 , -71.620932 |
Shannon | 46.914410 , -71.571086 |
St.-Gabriel-de-Valcartier | 46.933340 , -71.465780 |
Ste.-Brigitte-de-Laval | 47.035356 , -71.172652 |
Ste.-Catherine-de-la-Jacques-Cartier | 46.852440 , -71.620560 |
Stoneham-et-Tewkesbury | 47.133230 , -71.406248 |
Notes:
- You can download geometry data for La Jacques-Cartier 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.