Download outline map of Highland (geojson format) :
Highland.geojson (**)
Download polygon array of Highland map for "Google Maps" :
Highland.txt
Bounding Box for Highland Map : ( 38.180419 , -79.810154 , 38.591515 , -79.308161 )
Wikipedia ID for Highland : Q505861
Wikipedia SPARQL Query for Highland (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505861 wdt:P1082 ?population. }
OPTIONAL { wd:Q505861 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505861 wdt:P2046 ?area. }
OPTIONAL { wd:Q505861 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505861 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505861 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 Highland map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.180419, -79.810154, 38.591515, -79.308161);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Highland)
[out:json];
(
rel["name"="Highland"][type=boundary];
rel["name:en"="Highland"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Highland
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bethel | 38.247900 , -79.649770 |
Blue Grass | 38.500120 , -79.549770 |
Bolar | 38.217350 , -79.676440 |
Clover Creek | 38.270120 , -79.548930 |
Hardscrabble | 38.561510 , -79.573110 |
Head Waters | 38.311966 , -79.384245 |
Hightown | 38.431230 , -79.631720 |
Liberty | 38.289010 , -79.459490 |
Mcdowell | 38.335680 , -79.490600 |
Meadowdale | 38.376230 , -79.665050 |
Mill Gap | 38.321790 , -79.703940 |
Monterey | 38.411559 , -79.580883 |
Mustoe | 38.323730 , -79.640330 |
New Hampden | 38.492900 , -79.563380 |
Palo Alto | 38.423460 , -79.370320 |
Patna | 38.233740 , -79.523930 |
Trimble | 38.304570 , -79.618940 |
Vanderpool | 38.369570 , -79.625330 |
Notes:
- You can download geometry data for Highland 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.