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 : ( 32.086765 , -102.21127 , 32.525325 , -101.688656 )
Wikipedia ID for Martin : Q484551
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:Q484551 wdt:P1082 ?population. }
OPTIONAL { wd:Q484551 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484551 wdt:P2046 ?area. }
OPTIONAL { wd:Q484551 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484551 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484551 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 Martin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.086765, -102.21127, 32.525325, -101.688656);
);
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 Villages | Coordinates (Latitude, Longitude) |
Ackerly | 32.525063 , -101.715847 |
Brown | 32.425950 , -101.737080 |
Courtney | 32.146790 , -101.905970 |
Dix | 32.101230 , -101.865410 |
Flower Grove | 32.498720 , -101.814860 |
Flower Grove | 32.499280 , -101.885700 |
Grady | 32.306780 , -101.930420 |
Lenorah | 32.304560 , -101.876250 |
Merrick | 32.384560 , -101.840140 |
Stanton | 32.130796 , -101.793139 |
Tarzan | 32.305390 , -101.975140 |
Three Leagues | 32.495660 , -101.972090 |
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.