Trimble (Kentucky) Map Cropping Samples
Trimble (Kentucky) Map Cropping Samples-1
Trimble (Kentucky) Map Cropping Samples-2
Trimble neighborhoods and villages map with 3D shadow effect
flag map of Trimble with 3D shadow effect
Trimble map with 3d shadow effect
Download outline map of Trimble (geojson format) :
Trimble.geojson (**)
Download polygon array of Trimble map for "Google Maps" :
Trimble.txt
Bounding Box for Trimble Map : ( 38.492592 , -85.456913 , 38.737151 , -85.16827 )
Wikipedia ID for Trimble : Q505398
Wikipedia SPARQL Query for Trimble (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505398 wdt:P1082 ?population. }
OPTIONAL { wd:Q505398 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505398 wdt:P2046 ?area. }
OPTIONAL { wd:Q505398 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505398 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505398 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 Trimble map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.492592, -85.456913, 38.737151, -85.16827);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Trimble)
[out:json];
(
rel["name"="Trimble"][type=boundary];
rel["name:en"="Trimble"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Trimble
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bedford | 38.595674 , -85.317554 |
Callis Grove | 38.644600 , -85.325170 |
Carmon | 38.570620 , -85.255490 |
Gill Ridge | 38.567090 , -85.332270 |
Milton | 38.712262 , -85.374055 |
Monitor | 38.654780 , -85.266340 |
Mount Pleasant | 38.613120 , -85.383850 |
New Providence | 38.574510 , -85.221070 |
Trout | 38.638670 , -85.408850 |
Upper Middle Creek | 38.546820 , -85.329690 |
Wises Landing | 38.573120 , -85.408290 |
Notes:
- You can download geometry data for Trimble 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.