Download outline map of Motley (geojson format) :
Motley.geojson (**)
Download polygon array of Motley map for "Google Maps" :
Motley.txt
Bounding Box for Motley Map : ( 33.833625 , -101.041763 , 34.314191 , -100.51734 )
Wikipedia ID for Motley : Q483888
Wikipedia SPARQL Query for Motley (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483888 wdt:P1082 ?population. }
OPTIONAL { wd:Q483888 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483888 wdt:P2046 ?area. }
OPTIONAL { wd:Q483888 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483888 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483888 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 Motley map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.833625, -101.041763, 34.314191, -100.51734);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Motley)
[out:json];
(
rel["name"="Motley"][type=boundary];
rel["name:en"="Motley"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Motley
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Flomot | 34.227010 , -100.989030 |
Folley | 34.292570 , -100.937920 |
Mac Bain | 33.893690 , -100.974860 |
Matador | 34.015084 , -100.821094 |
Northfield | 34.287290 , -100.598740 |
Roaring Springs | 33.899183 , -100.856141 |
Russellville | 33.920360 , -100.689570 |
Whiteflat | 34.105350 , -100.889580 |
Whitestar | 34.162850 , -100.952090 |
Notes:
- You can download geometry data for Motley 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.