Download outline map of Craig (geojson format) :
Craig.geojson (**)
Download polygon array of Craig map for "Google Maps" :
Craig.txt
Bounding Box for Craig Map : ( 37.314901 , -80.475601 , 37.66029 , -79.969037 )
Wikipedia ID for Craig : Q495185
Wikipedia SPARQL Query for Craig (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495185 wdt:P1082 ?population. }
OPTIONAL { wd:Q495185 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495185 wdt:P2046 ?area. }
OPTIONAL { wd:Q495185 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495185 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495185 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 Craig map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.314901, -80.475601, 37.66029, -79.969037);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Craig)
[out:json];
(
rel["name"="Craig"][type=boundary];
rel["name:en"="Craig"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Craig
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barbours Creek | 37.555410 , -80.052830 |
Captain | 37.392350 , -80.454780 |
Charlton | 37.582910 , -80.011160 |
Craig Springs | 37.484850 , -80.292000 |
Gunn | 37.493460 , -80.235330 |
Huffman | 37.347910 , -80.401720 |
Looney | 37.471240 , -80.162550 |
Maggie | 37.423460 , -80.382000 |
Marshalltown | 37.538180 , -80.059770 |
New Castle | 37.501253 , -80.111851 |
Paint Bank | 37.569010 , -80.262000 |
Simmonsville | 37.384290 , -80.361720 |
Sinking Creek | 37.419020 , -80.265050 |
Valley Mill | 37.379290 , -80.347830 |
Virginia Mineral Springs | 37.527630 , -80.066160 |
Webbs Mill | 37.399850 , -80.208380 |
Notes:
- You can download geometry data for Craig 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.