Download outline map of Joliette (geojson format) :
Joliette.geojson (**)
Download polygon array of Joliette map for "Google Maps" :
Joliette.txt
Bounding Box for Joliette Map : ( 45.905235 , -73.637695 , 46.2061 , -73.231855 )
Wikipedia ID for Joliette : Q141760
Wikipedia SPARQL Query for Joliette (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q141760 wdt:P1082 ?population. }
OPTIONAL { wd:Q141760 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q141760 wdt:P2046 ?area. }
OPTIONAL { wd:Q141760 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q141760 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q141760 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 Joliette map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.905235, -73.637695, 46.2061, -73.231855);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Joliette)
[out:json];
(
rel["name"="Joliette"][type=boundary];
rel["name:en"="Joliette"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Joliette
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Crabtree | 45.974760 , -73.488403 |
Domaine-Asselin | 46.066670 , -73.483330 |
Domaine-Beaudoin | 45.980040 , -73.495970 |
Domaine-Carillon | 46.090310 , -73.514860 |
Domaine-des-Prairies | 46.048650 , -73.455130 |
Domaine-Lafortune | 46.016670 , -73.400000 |
Domaine-Lorraine | 45.976700 , -73.477630 |
Joliette | 46.012505 , -73.424058 |
Lac-Rocher | 46.172810 , -73.543470 |
Notre-Dame-de-Lourdes | 46.092359 , -73.447130 |
Notre-Dame-des-Prairies | 46.054352 , -73.425694 |
Place-Versailles | 45.990040 , -73.447630 |
Saint-Ambroise-de-Kildare | 46.072473 , -73.559962 |
Saint-Charles-Borromée | 46.046260 , -73.481040 |
Saint-Paul | 45.958033 , -73.415377 |
Saint-Pierre | 46.012988 , -73.481960 |
Saint-Thomas | 46.021204 , -73.332692 |
Sainte-Mélanie | 46.145796 , -73.525706 |
St.-Ambroise-de-Kildare | 46.083370 , -73.549160 |
St.-Charles-Borromée | 46.050070 , -73.465860 |
St.-Thomas | 46.016770 , -73.349150 |
Ste.-Mélanie | 46.183361 , -73.536308 |
Notes:
- You can download geometry data for Joliette 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.