Download outline map of Bland (geojson format) :
Bland.geojson (**)
Download polygon array of Bland map for "Google Maps" :
Bland.txt
Bounding Box for Bland Map : ( 36.952417 , -81.462213 , 37.302279 , -80.854627 )
Wikipedia ID for Bland : Q495112
Wikipedia SPARQL Query for Bland (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495112 wdt:P1082 ?population. }
OPTIONAL { wd:Q495112 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495112 wdt:P2046 ?area. }
OPTIONAL { wd:Q495112 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495112 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495112 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 Bland map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.952417, -81.462213, 37.302279, -80.854627);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bland)
[out:json];
(
rel["name"="Bland"][type=boundary];
rel["name:en"="Bland"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bland
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bastian | 37.152060 , -81.150090 |
Bland | 37.100088 , -81.116023 |
Byron | 37.233730 , -81.136480 |
Carnot | 37.041790 , -81.096200 |
Ceres | 37.017890 , -81.342880 |
Clear Fork | 37.212060 , -81.187320 |
Crandon | 37.147340 , -80.963140 |
Eagle Oak | 37.051510 , -81.188150 |
Effna | 37.058730 , -81.243710 |
Grapefield | 37.149560 , -81.242040 |
Groseclose Store | 36.985390 , -81.395390 |
Hicksville | 37.193170 , -81.134810 |
Holly Brook | 37.188450 , -80.950640 |
Kimberling | 37.161790 , -81.035920 |
Little Creek | 37.148450 , -80.874240 |
Mechanicsburg | 37.148180 , -80.941190 |
Niday | 37.254840 , -81.028980 |
North Gap | 37.256510 , -81.115920 |
Point Pleasant | 37.124290 , -81.016750 |
Pumpkin Center | 37.227620 , -81.008420 |
Rocky Gap | 37.242340 , -81.107310 |
Round Bottom | 37.254560 , -81.055640 |
Sharon Springs | 37.049560 , -81.286210 |
South Gap | 37.216790 , -81.088140 |
Stowersville | 37.191230 , -81.240100 |
Notes:
- You can download geometry data for Bland 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.