Shawinigan (Quebec) Map Cropping Samples
Shawinigan (Quebec) Map Cropping Samples-1
Shawinigan (Quebec) Map Cropping Samples-2
Shawinigan neighborhoods and villages map with 3D shadow effect
flag map of Shawinigan with 3D shadow effect
Shawinigan map with 3d shadow effect
Download outline map of Shawinigan (geojson format) :
Shawinigan.geojson (**)
Download polygon array of Shawinigan map for "Google Maps" :
Shawinigan.txt
Bounding Box for Shawinigan Map : ( 46.4605 , -73.179135 , 46.919706 , -72.583423 )
Wikipedia ID for Shawinigan : Q141980
Wikipedia SPARQL Query for Shawinigan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q141980 wdt:P1082 ?population. }
OPTIONAL { wd:Q141980 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q141980 wdt:P2046 ?area. }
OPTIONAL { wd:Q141980 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q141980 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q141980 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 Shawinigan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.4605, -73.179135, 46.919706, -72.583423);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Shawinigan)
[out:json];
(
rel["name"="Shawinigan"][type=boundary];
rel["name:en"="Shawinigan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Shawinigan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Domaine-Deschamps | 46.585580 , -72.794290 |
Domaine-Juneau | 46.585030 , -72.789290 |
Domaine-Mauricien | 46.593640 , -72.800680 |
Grand-Mère | 46.620166 , -72.681167 |
Lac-À-la-Tortue | 46.616902 , -72.628040 |
Lac-des-Piles | 46.647250 , -72.781230 |
Lac-Lafontaine | 46.598920 , -72.639000 |
Lac-Mondor | 46.625650 , -72.763530 |
Lac-Pratte | 46.572250 , -72.655120 |
Rivière-Mékinac | 46.775611 , -72.826995 |
Saint-Jean-des-Piles | 46.690310 , -72.739840 |
Shawinigan | 46.712959 , -72.881765 |
Shawinigan-Sud | 46.522280 , -72.746350 |
St.-Georges | 46.624750 , -72.657720 |
St.-Jean-des-Piles | 46.700657 , -72.753610 |
Notes:
- You can download geometry data for Shawinigan 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.