Martin (Kentucky) Map Cropping Samples

Martin (Kentucky) Map Cropping Samples-1
Martin (Kentucky) Map Cropping Samples-1
Martin (Kentucky) Map Cropping Samples-2
Martin (Kentucky) Map Cropping Samples-2
Download outline map of Martin (geojson format) : Martin.geojson (**)
Download polygon array of Martin map for "Google Maps" : Martin.txt
Bounding Box for Martin Map : ( 37.668659 , -82.674463 , 37.962786 , -82.310794 )
Wikipedia ID for Martin : Q503521
Wikipedia SPARQL Query for Martin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503521 wdt:P1082 ?population. }
OPTIONAL { wd:Q503521 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503521 wdt:P2046 ?area. }
OPTIONAL { wd:Q503521 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503521 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503521 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.668659, -82.674463, 37.962786, -82.310794);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Martin)
[out:json];
(
rel["name"="Martin"][type=boundary];
rel["name:en"="Martin"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)


Neighborhoods and Villages of Martin
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Beauty 37.840100 , -82.439040
Davella 37.798150 , -82.581820
Davisport 37.831210 , -82.605710
Debord 37.826480 , -82.551260
Hode 37.885650 , -82.425700
Inez 37.869342 , -82.539801
Job 37.917870 , -82.543760
Laura 37.725930 , -82.442930
Lovely 37.825930 , -82.401260
McClure 37.764820 , -82.487090
Milo 37.916480 , -82.576820
Moree 37.718990 , -82.504320
Pilgrim 37.799260 , -82.421260
Stidham 37.882590 , -82.585150
Threeforks 37.761210 , -82.459040
Tomahawk 37.868710 , -82.597100
Warfield 37.841505 , -82.422397


Notes:
- You can download geometry data for Martin 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.

Create Martin neighborhoods and villages map.


Share this page