Download outline map of New Kent (geojson format) :
New Kent.geojson (**)
Download polygon array of New Kent map for "Google Maps" :
New Kent.txt
Bounding Box for New Kent Map : ( 37.377665 , -77.235059 , 37.626881 , -76.741984 )
Wikipedia ID for New Kent : Q337270
Wikipedia SPARQL Query for New Kent (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q337270 wdt:P1082 ?population. }
OPTIONAL { wd:Q337270 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q337270 wdt:P2046 ?area. }
OPTIONAL { wd:Q337270 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q337270 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q337270 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 New Kent map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.377665, -77.235059, 37.626881, -76.741984);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (New Kent)
[out:json];
(
rel["name"="New Kent"][type=boundary];
rel["name:en"="New Kent"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of New Kent
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barhamsville | 37.454590 , -76.840240 |
Browns Corner | 37.517920 , -77.089410 |
Carps Corner | 37.523760 , -77.008860 |
Chickahominy Shores | 37.393760 , -76.941080 |
Crumps Mill | 37.540150 , -77.088580 |
Cumberland Landing | 37.532090 , -76.968860 |
Eltham | 37.523760 , -76.826070 |
Five Lakes Subdivision | 37.506000 , -77.174400 |
Hampstead | 37.605980 , -77.129690 |
Holly Forks | 37.468200 , -76.783570 |
Lanexa | 37.423760 , -76.901080 |
Mountcastle | 37.453480 , -77.093860 |
New Kent | 37.509446 , -76.986271 |
Orapax Farms | 37.533760 , -77.205530 |
Osborn Landing | 37.413760 , -76.968580 |
Plum Point | 37.516530 , -76.813570 |
Poplar Grove | 37.585140 , -77.038300 |
Providence Forge | 37.441810 , -77.043580 |
Putneys Mill | 37.605420 , -77.093030 |
Quinton | 37.533760 , -77.121080 |
Slaterville | 37.499030 , -76.942190 |
Tallysville | 37.524590 , -77.075250 |
Tunstall | 37.596260 , -77.102470 |
Walkers | 37.415420 , -76.939970 |
Waterloo | 37.595700 , -77.167750 |
White Oak Landing | 37.547370 , -76.906350 |
Windsor Shades | 37.428353 , -76.994376 |
Woodhaven Shores | 37.491810 , -77.128580 |
Wrights Corner | 37.499310 , -77.138030 |
Notes:
- You can download geometry data for New Kent 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.