Download outline map of La Nouvelle-Beauce (geojson format) :
La Nouvelle-Beauce.geojson (**)
Download polygon array of La Nouvelle-Beauce map for "Google Maps" :
La Nouvelle-Beauce.txt
Bounding Box for La Nouvelle-Beauce Map : ( 46.338778 , -71.33125 , 46.652669 , -70.68881 )
Wikipedia ID for La Nouvelle-Beauce : Q125495
Wikipedia SPARQL Query for La Nouvelle-Beauce (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q125495 wdt:P1082 ?population. }
OPTIONAL { wd:Q125495 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q125495 wdt:P2046 ?area. }
OPTIONAL { wd:Q125495 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q125495 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q125495 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 Nouvelle-Beauce map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.338778, -71.33125, 46.652669, -70.68881);
);
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 Nouvelle-Beauce)
[out:json];
(
rel["name"="La Nouvelle-Beauce"][type=boundary];
rel["name:en"="La Nouvelle-Beauce"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Nouvelle-Beauce
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Frampton | 46.446716 , -70.786897 |
Saint-Bernard | 46.485557 , -71.155486 |
Saint-Elzéar | 46.397015 , -71.077976 |
Saint-Isidore | 46.582228 , -71.097855 |
Saint-Lambert-de-Lauzon | 46.586697 , -71.227193 |
Sainte-Hénédine | 46.551363 , -70.986017 |
Sainte-Marguerite | 46.510382 , -70.925465 |
Sainte-Marie | 46.442606 , -71.003801 |
Sainte-Marie-De-Beauce | 46.390000 , -70.984200 |
Saints-Anges | 46.417925 , -70.878693 |
Scott | 46.512183 , -71.076431 |
St.-Lambert-de-Lauzon | 46.586240 , -71.208920 |
Ste.-Marie | 46.434010 , -71.011680 |
Vallée-Jonction | 46.374581 , -70.932176 |
Notes:
- You can download geometry data for La Nouvelle-Beauce 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.