Download outline map of Trigg (geojson format) :
Trigg.geojson (**)
Download polygon array of Trigg map for "Google Maps" :
Trigg.txt
Bounding Box for Trigg Map : ( 36.63316 , -88.157347 , 37.002103 , -87.659724 )
Wikipedia ID for Trigg : Q506332
Wikipedia SPARQL Query for Trigg (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506332 wdt:P1082 ?population. }
OPTIONAL { wd:Q506332 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506332 wdt:P2046 ?area. }
OPTIONAL { wd:Q506332 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506332 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506332 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 Trigg map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.63316, -88.157347, 37.002103, -87.659724);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Trigg)
[out:json];
(
rel["name"="Trigg"][type=boundary];
rel["name:en"="Trigg"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Trigg
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barkley Shores | 36.757550 , -87.964190 |
Black Hawk | 36.960050 , -87.877240 |
Blue Spring | 36.828940 , -87.937520 |
Blue Spring Estates | 36.837000 , -87.956410 |
Blue Water Estates | 36.891440 , -87.978360 |
Buffalo | 36.919490 , -87.686120 |
Cadiz | 36.869404 , -87.804981 |
Caledonia | 36.820330 , -87.695010 |
Canton | 36.798940 , -87.960860 |
Cedar Point | 36.864770 , -87.891960 |
Cerulean | 36.955217 , -87.708905 |
Cumberland Shores | 36.752270 , -87.947800 |
Donaldson | 36.751440 , -87.894740 |
Fenton | 36.777000 , -88.102810 |
Ferguson Spring | 36.851160 , -88.039190 |
Golden Pond | 36.785610 , -88.024190 |
Linton | 36.686720 , -87.918630 |
Maple Grove | 36.775050 , -87.895850 |
Montgomery | 36.878100 , -87.740570 |
Roaring Spring | 36.725600 , -87.706960 |
Rockcastle | 36.899770 , -87.987240 |
Rockcastle Shores | 36.883660 , -87.977800 |
Shawnee Hills | 36.844220 , -87.956690 |
Trigg Furnace | 36.890050 , -87.936130 |
Wallonia | 36.944490 , -87.783350 |
Notes:
- You can download geometry data for Trigg 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.