Download outline map of Garrard (geojson format) :
Garrard.geojson (**)
Download polygon array of Garrard map for "Google Maps" :
Garrard.txt
Bounding Box for Garrard Map : ( 37.472663 , -84.745502 , 37.83023 , -84.347805 )
Wikipedia ID for Garrard : Q491988
Wikipedia SPARQL Query for Garrard (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491988 wdt:P1082 ?population. }
OPTIONAL { wd:Q491988 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491988 wdt:P2046 ?area. }
OPTIONAL { wd:Q491988 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491988 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491988 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 Garrard map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.472663, -84.745502, 37.83023, -84.347805);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Garrard)
[out:json];
(
rel["name"="Garrard"][type=boundary];
rel["name:en"="Garrard"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Garrard
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bourne | 37.709800 , -84.613000 |
Bryantsville | 37.714520 , -84.649110 |
Buena Vista | 37.750360 , -84.665220 |
Cartersville | 37.538140 , -84.407990 |
Hackley | 37.633140 , -84.471600 |
Hyattsville | 37.605080 , -84.522440 |
Judson | 37.686470 , -84.569110 |
Lancaster | 37.615694 , -84.581062 |
Lowell | 37.609530 , -84.425210 |
Manse | 37.587860 , -84.437710 |
Marcellus | 37.686190 , -84.677170 |
Marksbury | 37.672580 , -84.637720 |
McCreary | 37.671190 , -84.515490 |
Nina | 37.663970 , -84.466330 |
Paint Lick | 37.616750 , -84.409380 |
Point Leavell | 37.593420 , -84.496050 |
Stone | 37.728140 , -84.546050 |
Teatersville | 37.688970 , -84.506880 |
Three Forks | 37.690910 , -84.574940 |
Toddville | 37.732580 , -84.636050 |
White Oak | 37.737860 , -84.643000 |
Notes:
- You can download geometry data for Garrard 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.