Download outline map of Prince Edward (geojson format) :
Prince Edward.geojson (**)
Download polygon array of Prince Edward map for "Google Maps" :
Prince Edward.txt
Bounding Box for Prince Edward Map : ( 37.078171 , -78.692549 , 37.398019 , -78.231234 )
Wikipedia ID for Prince Edward : Q505884
Wikipedia SPARQL Query for Prince Edward (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505884 wdt:P1082 ?population. }
OPTIONAL { wd:Q505884 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505884 wdt:P2046 ?area. }
OPTIONAL { wd:Q505884 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505884 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505884 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 Edward map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.078171, -78.692549, 37.398019, -78.231234);
);
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 Edward)
[out:json];
(
rel["name"="Prince Edward"][type=boundary];
rel["name:en"="Prince Edward"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Prince Edward
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allens Mill | 37.280430 , -78.552220 |
Blake Village | 37.239870 , -78.463610 |
Briery | 37.091540 , -78.457770 |
Bruceville | 37.091820 , -78.378880 |
Elam | 37.286260 , -78.613610 |
Farmville | 37.296776 , -78.399294 |
Five Forks | 37.238210 , -78.576940 |
Green Bay | 37.133760 , -78.314720 |
Hampden Sydney | 37.242370 , -78.459720 |
Hampden-Sydney | 37.241567 , -78.469229 |
Kingsville | 37.245990 , -78.443880 |
Meherrin | 37.103210 , -78.366660 |
Moran | 37.229320 , -78.259440 |
Prospect | 37.302930 , -78.559170 |
Rice | 37.275150 , -78.291380 |
Tuggle | 37.305980 , -78.488610 |
Virso | 37.093760 , -78.405830 |
Worsham | 37.230150 , -78.443050 |
Notes:
- You can download geometry data for Prince Edward 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.