Download outline map of King and Queen (geojson format) :
King and Queen.geojson (**)
Download polygon array of King and Queen map for "Google Maps" :
King and Queen.txt
Bounding Box for King and Queen Map : ( 37.431309 , -77.186961 , 37.972169 , -76.645367 )
Wikipedia ID for King and Queen : Q337067
Wikipedia SPARQL Query for King and Queen (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q337067 wdt:P1082 ?population. }
OPTIONAL { wd:Q337067 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q337067 wdt:P2046 ?area. }
OPTIONAL { wd:Q337067 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q337067 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q337067 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 King and Queen map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.431309, -77.186961, 37.972169, -76.645367);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (King and Queen)
[out:json];
(
rel["name"="King and Queen"][type=boundary];
rel["name:en"="King and Queen"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of King and Queen
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allen Shop Corner | 37.705700 , -76.844690 |
Belleview | 37.484030 , -76.734400 |
Beulahland | 37.548750 , -76.683010 |
Beverly | 37.952360 , -77.179420 |
Biscoe | 37.817920 , -77.057750 |
Boardley | 37.617920 , -76.838570 |
Brookeshire | 37.527370 , -76.779130 |
Bruington | 37.775420 , -76.991360 |
Cape Charlie | 37.784590 , -77.095810 |
Carlton Corner | 37.730140 , -76.832740 |
Clancie | 37.580420 , -76.693010 |
Coldwater | 37.654310 , -76.734400 |
Cologne | 37.530700 , -76.691070 |
Contra | 37.760700 , -76.843570 |
Courthouse Landing | 37.657920 , -76.879690 |
Crouch | 37.762360 , -76.897190 |
Dahlgrens Corner | 37.709030 , -76.924690 |
Daisy | 37.761250 , -76.921630 |
Dragonville | 37.697360 , -76.778020 |
Elsom | 37.571530 , -76.754130 |
Gressitt | 37.487370 , -76.707740 |
Helmet | 37.916530 , -77.104970 |
Henleys Fork | 37.755700 , -76.990520 |
Indian Neck | 37.902080 , -77.033300 |
Ino | 37.762360 , -76.797740 |
King and Queen Court House | 37.668267 , -76.878126 |
Little Plymouth | 37.627360 , -76.792740 |
Mantapike | 37.696530 , -76.920800 |
Mascot | 37.627090 , -76.707180 |
Mattaponi | 37.534870 , -76.772740 |
Newtown | 37.913470 , -77.128860 |
Owenton | 37.883750 , -77.100250 |
Plain View | 37.495980 , -76.667730 |
Powcan | 37.782360 , -76.942750 |
Rickahock | 37.710700 , -76.971910 |
Roane | 37.448200 , -76.705240 |
Salvia | 37.949300 , -77.132750 |
Shacklefords | 37.551530 , -76.732180 |
Shacklefords Fork | 37.544030 , -76.703570 |
Shanghai | 37.608200 , -76.778570 |
Snow Hill | 37.539870 , -76.749960 |
St. Stephens Church | 37.787960 , -77.022080 |
Stevensville | 37.727920 , -76.919690 |
Truhart | 37.648750 , -76.839690 |
Velma | 37.647090 , -76.715790 |
Walkerton | 37.726250 , -77.022750 |
Whitehall | 37.733750 , -77.042750 |
Notes:
- You can download geometry data for King and Queen 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.