Download outline map of Boyd (geojson format) :
Boyd.geojson (**)
Download polygon array of Boyd map for "Google Maps" :
Boyd.txt
Bounding Box for Boyd Map : ( 38.234685 , -82.817729 , 38.505787 , -82.571551 )
Wikipedia ID for Boyd : Q491996
Wikipedia SPARQL Query for Boyd (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491996 wdt:P1082 ?population. }
OPTIONAL { wd:Q491996 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491996 wdt:P2046 ?area. }
OPTIONAL { wd:Q491996 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491996 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491996 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 Boyd map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.234685, -82.817729, 38.505787, -82.571551);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Boyd)
[out:json];
(
rel["name"="Boyd"][type=boundary];
rel["name:en"="Boyd"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Boyd
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ashland | 38.459276 , -82.644864 |
Boltsfork | 38.263140 , -82.699610 |
Burnaugh | 38.260360 , -82.581550 |
Cannonsburg | 38.380622 , -82.700695 |
Catlettsburg | 38.419766 , -82.602041 |
Coalton | 38.370080 , -82.769050 |
Durbin | 38.279250 , -82.598210 |
Fairview | 38.479250 , -82.679050 |
Garner | 38.294810 , -82.735720 |
Ironville | 38.456470 , -82.692380 |
Kavanaugh | 38.253420 , -82.586820 |
Lockwood | 38.308420 , -82.580160 |
Mavity | 38.344800 , -82.699610 |
Meads | 38.412580 , -82.709050 |
Millseat | 38.490640 , -82.670720 |
Princess | 38.387580 , -82.745720 |
Rockdale | 38.418970 , -82.697940 |
Rush | 38.335360 , -82.781550 |
Sandy Furnace | 38.248140 , -82.753770 |
Savage Branch | 38.344250 , -82.597940 |
Summit | 38.439800 , -82.704050 |
West Fairview | 38.466750 , -82.682110 |
Westwood | 38.480572 , -82.679843 |
Notes:
- You can download geometry data for Boyd 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.