Download outline map of Midland (geojson format) :
Midland.geojson (**)
Download polygon array of Midland map for "Google Maps" :
Midland.txt
Bounding Box for Midland Map : ( 31.651276 , -102.287528 , 32.086993 , -101.775802 )
Wikipedia ID for Midland : Q483937
Wikipedia SPARQL Query for Midland (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483937 wdt:P1082 ?population. }
OPTIONAL { wd:Q483937 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483937 wdt:P2046 ?area. }
OPTIONAL { wd:Q483937 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483937 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483937 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 Midland map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.651276, -102.287528, 32.086993, -101.775802);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Midland)
[out:json];
(
rel["name"="Midland"][type=boundary];
rel["name:en"="Midland"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Midland
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Benge Corner | 31.714020 , -102.009860 |
Chub | 32.024010 , -102.019300 |
Corner Windmill | 31.833740 , -102.154300 |
Cotton Flat | 31.929010 , -102.059860 |
Germania | 32.064840 , -101.940130 |
Greenwood | 32.027620 , -101.895690 |
Midland | 32.028158 , -102.110443 |
Pegasus | 31.944624 , -102.211818 |
Ridgeheights | 31.953460 , -102.062640 |
Sandy Acres | 31.952070 , -102.076800 |
Spraberry | 31.923180 , -101.825680 |
Warfield | 31.920960 , -102.218750 |
Notes:
- You can download geometry data for Midland 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.