Download outline map of Doddridge (geojson format) :
Doddridge.geojson (**)
Download polygon array of Doddridge map for "Google Maps" :
Doddridge.txt
Bounding Box for Doddridge Map : ( 39.090278 , -80.91384 , 39.451415 , -80.525644 )
Wikipedia ID for Doddridge : Q494081
Wikipedia SPARQL Query for Doddridge (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494081 wdt:P1082 ?population. }
OPTIONAL { wd:Q494081 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494081 wdt:P2046 ?area. }
OPTIONAL { wd:Q494081 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494081 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494081 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 Doddridge map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.090278, -80.91384, 39.451415, -80.525644);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Doddridge)
[out:json];
(
rel["name"="Doddridge"][type=boundary];
rel["name:en"="Doddridge"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Doddridge
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Ashley | 39.404530 , -80.675930 |
| Avon | 39.195370 , -80.648990 |
| Avondale | 39.297860 , -80.744550 |
| Big Isaac | 39.200090 , -80.538710 |
| Blandville | 39.256750 , -80.710660 |
| Canton | 39.363140 , -80.735380 |
| Center Point | 39.391750 , -80.635380 |
| Central Station | 39.293970 , -80.825660 |
| Coldwater | 39.168420 , -80.633430 |
| Doak | 39.320360 , -80.633430 |
| Duckworth | 39.277300 , -80.876220 |
| Greenwood | 39.274800 , -80.890660 |
| Grove | 39.147030 , -80.771770 |
| Harlin | 39.299530 , -80.683430 |
| Industrial | 39.278140 , -80.581490 |
| Joy | 39.232860 , -80.878720 |
| Leopold | 39.125370 , -80.740660 |
| Long Run | 39.270360 , -80.652600 |
| Market | 39.205090 , -80.703160 |
| Middle Point | 39.205920 , -80.746770 |
| Miletus | 39.230640 , -80.588710 |
| Morgansville | 39.281470 , -80.696490 |
| New Milton | 39.230090 , -80.682600 |
| Nina | 39.240640 , -80.635930 |
| Oxford | 39.205640 , -80.864830 |
| Porto Rico | 39.182030 , -80.762880 |
| Roberts | 39.378420 , -80.668430 |
| Saint Clara | 39.122030 , -80.687320 |
| Sedalia | 39.359810 , -80.578710 |
| Sherwood | 39.279530 , -80.677600 |
| Smithburg | 39.289250 , -80.734270 |
| Sugar Camp | 39.240920 , -80.693440 |
| Summers | 39.157590 , -80.828720 |
| West Union | 39.296367 , -80.775163 |
| Zinnia | 39.227310 , -80.603710 |
Notes:
- You can download geometry data for Doddridge 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.