Download outline map of Prince George (geojson format) :
Prince George.geojson (**)
Download polygon array of Prince George map for "Google Maps" :
Prince George.txt
Bounding Box for Prince George Map : ( 36.992985 , -77.399203 , 37.321092 , -76.972439 )
Wikipedia ID for Prince George : Q337776
Wikipedia SPARQL Query for Prince George (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q337776 wdt:P1082 ?population. }
OPTIONAL { wd:Q337776 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q337776 wdt:P2046 ?area. }
OPTIONAL { wd:Q337776 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q337776 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q337776 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 Prince George map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.992985, -77.399203, 37.321092, -76.972439);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Prince George)
[out:json];
(
rel["name"="Prince George"][type=boundary];
rel["name:en"="Prince George"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Prince George
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beechwood | 37.283760 , -77.182750 |
Beechwood Manor | 37.293480 , -77.206090 |
Birchett Estate | 37.260430 , -77.276920 |
Blairs | 37.297370 , -77.130810 |
Brandon | 37.255980 , -76.998580 |
Disputanta | 37.124320 , -77.225810 |
Duck Woods | 37.163760 , -77.329980 |
Dunnmore | 37.274590 , -77.042470 |
Ethridge Estates | 37.155430 , -77.360810 |
Flactem Manor | 37.162650 , -77.356650 |
Forest Acres | 37.136820 , -77.352480 |
Fort Lee | 37.235697 , -77.332526 |
Franklin Farms | 37.149870 , -77.363310 |
Garysville | 37.249870 , -77.157750 |
Hitchcock | 37.141820 , -77.228860 |
Irwin Manor | 37.278760 , -77.353310 |
Jefferson Park | 37.264040 , -77.322200 |
Jordan Point Manor | 37.289590 , -77.221360 |
Kingwood | 37.133480 , -77.358310 |
Lees Mill | 37.109040 , -77.324420 |
Lone Oak Mill | 37.192930 , -77.109690 |
Lower Brandon | 37.255700 , -76.982470 |
Manchester Mill | 37.255700 , -77.271370 |
New Bohemia | 37.183760 , -77.320260 |
Newstead Farm | 37.256260 , -77.275810 |
Newville | 37.185150 , -77.147190 |
Prince George | 37.220869 , -77.268300 |
Rivers Edge | 37.276540 , -77.201090 |
Sherman Corner | 37.259590 , -77.283030 |
Sherman Park | 37.259870 , -77.284700 |
Southern Estates | 37.128480 , -77.354980 |
Taylors Corner | 37.229320 , -77.040250 |
Temple Estates | 37.160150 , -77.324420 |
Templeton | 37.081004 , -77.356323 |
Upper Brandon | 37.288760 , -77.026910 |
Wedgewood Farms | 37.118760 , -77.383870 |
Wildwood Farms | 37.155430 , -77.324700 |
Willow Hill | 37.255150 , -77.057750 |
Notes:
- You can download geometry data for Prince George 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.