Download outline map of Mills (geojson format) :
Mills.geojson (**)
Download polygon array of Mills map for "Google Maps" :
Mills.txt
Bounding Box for Mills Map : ( 31.230582 , -98.995091 , 31.723608 , -98.266794 )
Wikipedia ID for Mills : Q156463
Wikipedia SPARQL Query for Mills (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156463 wdt:P1082 ?population. }
OPTIONAL { wd:Q156463 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156463 wdt:P2046 ?area. }
OPTIONAL { wd:Q156463 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156463 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156463 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 Mills map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.230582, -98.995091, 31.723608, -98.266794);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mills)
[out:json];
(
rel["name"="Mills"][type=boundary];
rel["name:en"="Mills"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mills
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Big Valley | 31.389610 , -98.652540 |
Blanket Springs | 31.586270 , -98.779490 |
Bozar | 31.516830 , -98.596990 |
Buffalo | 31.481550 , -98.897830 |
Caradan | 31.553770 , -98.477260 |
Center City | 31.470440 , -98.408930 |
Democrat | 31.687380 , -98.658660 |
Double Ford | 31.289610 , -98.597820 |
Duke Crossing | 31.553770 , -98.799210 |
Ebony | 31.502660 , -98.897830 |
Goldthwaite | 31.452869 , -98.569896 |
Moline | 31.383770 , -98.310590 |
Mullin | 31.555205 , -98.665704 |
Pleasant Grove | 31.373220 , -98.427820 |
Priddy | 31.675430 , -98.508930 |
Ratler | 31.381280 , -98.769210 |
Regency | 31.420440 , -98.850880 |
Ridge | 31.480720 , -98.796710 |
Scallorn | 31.329610 , -98.474210 |
Star | 31.468490 , -98.316150 |
Villa | 31.615160 , -98.735880 |
Notes:
- You can download geometry data for Mills 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.