Download outline map of Bedford (geojson format) :
Bedford.geojson (**)
Download polygon array of Bedford map for "Google Maps" :
Bedford.txt
Bounding Box for Bedford Map : ( 37.005876 , -79.858058 , 37.618163 , -79.183302 )
Wikipedia ID for Bedford : Q494216
Wikipedia SPARQL Query for Bedford (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494216 wdt:P1082 ?population. }
OPTIONAL { wd:Q494216 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494216 wdt:P2046 ?area. }
OPTIONAL { wd:Q494216 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494216 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494216 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 Bedford map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.005876, -79.858058, 37.618163, -79.183302);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bedford)
[out:json];
(
rel["name"="Bedford"][type=boundary];
rel["name:en"="Bedford"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bedford
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Abert | 37.498200 , -79.225580 |
| Beechwood Shores | 37.141530 , -79.655860 |
| Bellevue | 37.359860 , -79.371970 |
| Big Island | 37.535109 , -79.361464 |
| Big Otter Mill | 37.390420 , -79.504760 |
| Bluemont Estates | 37.392090 , -79.245030 |
| Bunker Hill | 37.275140 , -79.552810 |
| Charlemont | 37.467080 , -79.405030 |
| Chestnut Fork | 37.204310 , -79.496140 |
| Cifax | 37.410970 , -79.407530 |
| Clay | 37.383480 , -79.245860 |
| Coffee | 37.430970 , -79.308640 |
| Coleman Falls | 37.501530 , -79.303640 |
| Coltons Mill | 37.462080 , -79.463090 |
| Curtis | 37.476800 , -79.483650 |
| Davis Mill | 37.204310 , -79.582530 |
| Diamond Hill | 37.191810 , -79.687530 |
| Dundee | 37.115700 , -79.511700 |
| Eagles Eyrie | 37.481810 , -79.276140 |
| Eagles Roost | 37.068480 , -79.583090 |
| Five Forks | 37.281810 , -79.517530 |
| Flint Hill | 37.257920 , -79.637260 |
| Forest | 37.372709 , -79.282826 |
| Forest Park | 37.335420 , -79.276140 |
| Gillespie | 37.214030 , -79.432250 |
| Goode | 37.358750 , -79.391700 |
| Goodview | 37.214310 , -79.725030 |
| Gross Point | 37.063200 , -79.590590 |
| Hardy | 37.231810 , -79.810590 |
| Homestead Haven | 37.362920 , -79.257530 |
| Huddleston | 37.156810 , -79.474470 |
| Irving | 37.358750 , -79.670590 |
| Isle of Pines | 37.107920 , -79.635590 |
| Kasey | 37.077920 , -79.582530 |
| Kelso Mill | 37.396530 , -79.556150 |
| Lake Haven | 37.059310 , -79.577530 |
| Lowry | 37.350700 , -79.430860 |
| Major | 37.557920 , -79.370030 |
| Meador | 37.200420 , -79.656420 |
| Meadow Wood | 37.358480 , -79.291140 |
| Mentow | 37.192640 , -79.426970 |
| Moneta | 37.181250 , -79.617250 |
| Montvale | 37.386559 , -79.725248 |
| North Hills | 37.359590 , -79.515030 |
| Northwood Heights | 37.358200 , -79.523920 |
| Norwood | 37.382360 , -79.357810 |
| Oakview | 37.361250 , -79.262250 |
| Old Mill | 37.390970 , -79.503920 |
| Otter Hill | 37.257920 , -79.447810 |
| Otterville | 37.430970 , -79.485870 |
| Peaksville | 37.409030 , -79.545310 |
| Pearch | 37.504580 , -79.278640 |
| Penicks Mill | 37.388190 , -79.614480 |
| Perrowville | 37.417640 , -79.350580 |
| Poplar Forest | 37.348480 , -79.264470 |
| Radford | 37.138200 , -79.617810 |
| Reba | 37.412640 , -79.636980 |
| Sedalia | 37.487640 , -79.440310 |
| Shady Grove | 37.319860 , -79.721150 |
| Stewartsville | 37.270690 , -79.792540 |
| Thaxton | 37.352920 , -79.616420 |
| Town and Country | 37.329310 , -79.545310 |
| Union | 37.327080 , -79.667530 |
| Villamont | 37.395410 , -79.776150 |
| Waugh | 37.517080 , -79.344480 |
| Woodford Corner | 37.179030 , -79.429470 |
| Woodlands | 37.345140 , -79.293920 |
Notes:
- You can download geometry data for Bedford 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.