Matane (Quebec) Map Cropping Samples
Matane (Quebec) Map Cropping Samples-1
Matane (Quebec) Map Cropping Samples-2
Matane neighborhoods and villages map with 3D shadow effect
flag map of Matane with 3D shadow effect
Matane map with 3d shadow effect
Download outline map of Matane (geojson format) :
Matane.geojson (**)
Download polygon array of Matane map for "Google Maps" :
Matane.txt
Bounding Box for Matane Map : ( 48.542233 , -67.947782 , 49.034078 , -66.106663 )
Wikipedia ID for Matane : Q142029
Wikipedia SPARQL Query for Matane (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q142029 wdt:P1082 ?population. }
OPTIONAL { wd:Q142029 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q142029 wdt:P2046 ?area. }
OPTIONAL { wd:Q142029 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q142029 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q142029 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 Matane map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.542233, -67.947782, 49.034078, -66.106663);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Matane)
[out:json];
(
rel["name"="Matane"][type=boundary];
rel["name:en"="Matane"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Matane
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baie-des-Sables | 48.709110 , -67.856281 |
Grosses-Roches | 48.920234 , -67.136904 |
Les Méchins | 48.934222 , -66.903468 |
Matane | 48.808620 , -67.490708 |
Saint-Adelme | 48.817204 , -67.293677 |
Saint-Jean-de-Cherbourg | 48.839785 , -67.105801 |
Saint-Léandre | 48.707245 , -67.605566 |
Saint-René-de-Matane | 48.732047 , -67.284828 |
Saint-Ulric | 48.752067 , -67.689520 |
Sainte-Félicité | 48.882673 , -67.286154 |
Sainte-Paule | 48.668439 , -67.524825 |
St.-Léandre | 48.744417 , -67.594070 |
St.-René-de-Matane | 48.719338 , -67.413858 |
St.-Ulric | 48.772270 , -67.687647 |
St.-Ulric-de-Matane | 48.759938 , -67.670553 |
Ste.-Félicité | 48.899667 , -67.335483 |
Notes:
- You can download geometry data for Matane 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.