Download outline map of Chesterfield (geojson format) :
Chesterfield.geojson (**)
Download polygon array of Chesterfield map for "Google Maps" :
Chesterfield.txt
Bounding Box for Chesterfield Map : ( 34.366207 , -80.564088 , 34.817482 , -79.777456 )
Wikipedia ID for Chesterfield : Q502419
Wikipedia SPARQL Query for Chesterfield (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502419 wdt:P1082 ?population. }
OPTIONAL { wd:Q502419 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502419 wdt:P2046 ?area. }
OPTIONAL { wd:Q502419 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502419 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502419 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 Chesterfield map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.366207, -80.564088, 34.817482, -79.777456);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chesterfield)
[out:json];
(
rel["name"="Chesterfield"][type=boundary];
rel["name:en"="Chesterfield"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chesterfield
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bay Springs | 34.606270 , -80.154790 |
Bethesda | 34.641270 , -80.047570 |
Big Springs | 34.420990 , -80.309240 |
Brocks Mill | 34.757380 , -79.995060 |
Campbell Crossroads | 34.642100 , -80.170900 |
Cash | 34.618490 , -79.877290 |
Catarrh | 34.565710 , -80.367290 |
Cheraw | 34.696203 , -79.902937 |
Chesterfield | 34.732965 , -80.078082 |
Crowburg | 34.785150 , -80.445900 |
Dudley | 34.780990 , -80.497570 |
Evans Mill | 34.726820 , -80.350070 |
Fisher Hill | 34.676270 , -79.931180 |
Five Forks | 34.741820 , -80.453120 |
Green Hill | 34.475990 , -80.148960 |
High Point | 34.751540 , -80.436730 |
Hornsboro | 34.797930 , -80.288670 |
Ingrams | 34.462380 , -80.209790 |
Isgett Circle | 34.701550 , -79.935900 |
Jefferson | 34.651169 , -80.386686 |
Lees Crossroads | 34.726540 , -80.188120 |
Leland | 34.436260 , -80.172850 |
Maynards | 34.768210 , -80.269510 |
Maysville | 34.810990 , -80.166730 |
McBee | 34.467208 , -80.257347 |
Mckennon | 34.546820 , -80.127850 |
Middendorf | 34.521820 , -80.162850 |
Montrose | 34.635710 , -79.872840 |
Mount Croghan | 34.769746 , -80.226387 |
Pageland | 34.771956 , -80.389912 |
Patrick | 34.575253 , -80.044655 |
Robinson | 34.734320 , -79.933120 |
Ruby | 34.746092 , -80.179949 |
Shiloh | 34.674040 , -80.098950 |
Wexford | 34.778210 , -80.161450 |
White Plains | 34.707100 , -80.416460 |
Windsor Park | 34.700990 , -79.923950 |
Wolf Pond Cross Roads | 34.816260 , -80.527010 |
Notes:
- You can download geometry data for Chesterfield 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.