Download outline map of Charles City (geojson format) :
Charles City.geojson (**)
Download polygon array of Charles City map for "Google Maps" :
Charles City.txt
Bounding Box for Charles City Map : ( 37.222939 , -77.271575 , 37.4906 , -76.871575 )
Wikipedia ID for Charles City : Q337348
Wikipedia SPARQL Query for Charles City (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q337348 wdt:P1082 ?population. }
OPTIONAL { wd:Q337348 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q337348 wdt:P2046 ?area. }
OPTIONAL { wd:Q337348 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q337348 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q337348 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 Charles City map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.222939, -77.271575, 37.4906, -76.871575);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Charles City)
[out:json];
(
rel["name"="Charles City"][type=boundary];
rel["name:en"="Charles City"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Charles City
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Barnetts | 37.367090 , -77.157750 |
| Binns Hall | 37.370975 , -76.988754 |
| Blanks Store | 37.308480 , -76.937470 |
| Charles City | 37.344063 , -77.068752 |
| Ednas Mill | 37.457090 , -77.129970 |
| Greenway | 37.340980 , -77.081640 |
| Haxall | 37.372650 , -77.243860 |
| Holdcroft | 37.365420 , -76.934970 |
| Kennon | 37.310700 , -76.993860 |
| Kimages | 37.352650 , -77.194420 |
| Milton | 37.307370 , -77.024410 |
| Montpelier | 37.376540 , -77.159420 |
| Mount Airy | 37.351260 , -76.918020 |
| Nance | 37.461260 , -77.127470 |
| New Hope | 37.341260 , -77.061360 |
| Roaches Corner | 37.390980 , -77.052750 |
| Rolands Mill | 37.329870 , -77.181360 |
| Roxbury | 37.464870 , -77.140810 |
| Ruthville | 37.367370 , -77.041080 |
| Sandybottom | 37.413200 , -77.044410 |
| Sherwood Forest | 37.334040 , -77.019970 |
| Shirley | 37.341810 , -77.260530 |
| Tettington | 37.241540 , -76.946630 |
| The Row | 37.259320 , -76.966910 |
| Upper Shirley | 37.347650 , -77.255810 |
| Wayside | 37.372370 , -77.194700 |
| Weyanoke | 37.291540 , -77.065530 |
Notes:
- You can download geometry data for Charles City 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.