Download outline map of Patrick (geojson format) :
Patrick.geojson (**)
Download polygon array of Patrick map for "Google Maps" :
Patrick.txt
Bounding Box for Patrick Map : ( 36.542485 , -80.625744 , 36.87213 , -80.041493 )
Wikipedia ID for Patrick : Q514024
Wikipedia SPARQL Query for Patrick (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q514024 wdt:P1082 ?population. }
OPTIONAL { wd:Q514024 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q514024 wdt:P2046 ?area. }
OPTIONAL { wd:Q514024 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q514024 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q514024 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 Patrick map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.542485, -80.625744, 36.87213, -80.041493);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Patrick)
[out:json];
(
rel["name"="Patrick"][type=boundary];
rel["name:en"="Patrick"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Patrick
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ararat | 36.599020 , -80.510620 |
Belair Springs | 36.627080 , -80.477840 |
Buffalo Ridge | 36.737080 , -80.248660 |
Carters Mill | 36.604580 , -80.476450 |
Charity | 36.819860 , -80.218380 |
Claudville | 36.589580 , -80.418390 |
Critz | 36.630140 , -80.144770 |
Cruzes Store | 36.676800 , -80.277830 |
Dobyns | 36.638190 , -80.336720 |
Dodson | 36.832910 , -80.108100 |
Dry Pond | 36.583470 , -80.344500 |
Elamsville | 36.767640 , -80.193940 |
Five Forks | 36.584300 , -80.278390 |
Kibler Valley | 36.630970 , -80.452840 |
Meadowfield | 36.595900 , -80.444450 |
Meadows Dan | 36.736520 , -80.395340 |
Moorefield Store | 36.556530 , -80.136990 |
Nettle Ridge | 36.585970 , -80.139490 |
Patrick Springs | 36.634351 , -80.198518 |
Peters Creek | 36.592360 , -80.316720 |
Reynolds Mill | 36.636530 , -80.128380 |
Sheppards Mill | 36.544300 , -80.096710 |
Stella | 36.630690 , -80.084770 |
Stuart | 36.641104 , -80.268889 |
Tuggles Gap | 36.837440 , -80.320850 |
Vesta | 36.716800 , -80.357840 |
Woolwine | 36.789860 , -80.277280 |
Notes:
- You can download geometry data for Patrick 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.