Charlevoix (Quebec) Map Cropping Samples
Charlevoix (Quebec) Map Cropping Samples-1
Charlevoix (Quebec) Map Cropping Samples-2
Charlevoix neighborhoods and villages map with 3D shadow effect
flag map of Charlevoix with 3D shadow effect
Charlevoix map with 3d shadow effect
Download outline map of Charlevoix (geojson format) :
Charlevoix.geojson (**)
Download polygon array of Charlevoix map for "Google Maps" :
Charlevoix.txt
Bounding Box for Charlevoix Map : ( 47.227424 , -71.412524 , 48.00027 , -70.212332 )
Wikipedia ID for Charlevoix : Q14875515
Wikipedia SPARQL Query for Charlevoix (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q14875515 wdt:P1082 ?population. }
OPTIONAL { wd:Q14875515 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q14875515 wdt:P2046 ?area. }
OPTIONAL { wd:Q14875515 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q14875515 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q14875515 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 Charlevoix map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.227424, -71.412524, 48.00027, -70.212332);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Charlevoix)
[out:json];
(
rel["name"="Charlevoix"][type=boundary];
rel["name:en"="Charlevoix"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Charlevoix
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baie-Saint-Paul | 47.428692 , -70.661096 |
Baie-St.-Paul | 47.441090 , -70.498580 |
Isle-aux-coudres | 47.373086 , -70.399362 |
L'île-aux-coudres | 47.377720 , -70.415325 |
La Baleine | 47.423209 , -70.339050 |
Les Éboulements | 47.505601 , -70.341384 |
Maillard | 47.346965 , -70.550765 |
Petite Riviere | 47.304490 , -70.568790 |
Petite-Rivière-Saint-François | 47.310493 , -70.602089 |
Petite-Rivière-St.-François | 47.279811 , -70.606384 |
Saint-Hilarion | 47.580075 , -70.405713 |
Saint-Urbain | 47.600990 , -70.580959 |
St.-Bernard-sur-Mer | 47.421937 , -70.387344 |
St.-Hilarion | 47.574500 , -70.400583 |
St.-Joseph-de-la-Rive | 47.456650 , -70.367820 |
St.-Urbain | 47.556647 , -70.528793 |
Notes:
- You can download geometry data for Charlevoix 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.