Download outline map of Warren (geojson format) :
Warren.geojson (**)
Download polygon array of Warren map for "Google Maps" :
Warren.txt
Bounding Box for Warren Map : ( 36.202663 , -78.323912 , 36.544663 , -77.89795 )
Wikipedia ID for Warren : Q507853
Wikipedia SPARQL Query for Warren (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q507853 wdt:P1082 ?population. }
OPTIONAL { wd:Q507853 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507853 wdt:P2046 ?area. }
OPTIONAL { wd:Q507853 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507853 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507853 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 Warren map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.202663, -78.323912, 36.544663, -77.89795);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Warren)
[out:json];
(
rel["name"="Warren"][type=boundary];
rel["name:en"="Warren"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Warren
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Afton | 36.338760 , -78.216100 |
Arcola | 36.289590 , -77.979990 |
Axtell | 36.362650 , -78.256380 |
Church Hill | 36.479310 , -78.044710 |
Elams | 36.541260 , -77.942770 |
Elberon | 36.313200 , -78.219160 |
Embro | 36.376540 , -78.054990 |
Enterprise | 36.465700 , -77.948320 |
Five Forks | 36.513480 , -78.043050 |
Inez | 36.272090 , -78.091660 |
Liberia | 36.356540 , -78.096380 |
Lickskillet | 36.259870 , -78.156660 |
Macon | 36.439590 , -78.083935 |
Manson | 36.421810 , -78.283050 |
Marmaduke | 36.347370 , -78.069160 |
Norlina | 36.445164 , -78.195180 |
Oakville | 36.497650 , -78.100550 |
Odell | 36.357370 , -77.943600 |
Oine | 36.483480 , -78.230550 |
Old Bethlehem | 36.253480 , -77.979990 |
Parktown | 36.313200 , -78.141660 |
Paschall | 36.541810 , -78.157770 |
Ridgeway | 36.435700 , -78.236660 |
Rose Hill | 36.518750 , -78.307770 |
Snow Hill | 36.416260 , -78.188330 |
Soul City | 36.408480 , -78.270270 |
Vaughan | 36.426540 , -78.003600 |
Vicksboro | 36.306260 , -78.276940 |
Warren Plains | 36.442650 , -78.160270 |
Warrenton | 36.399451 , -78.156886 |
Wise | 36.486530 , -78.170830 |
Notes:
- You can download geometry data for Warren 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.