Download outline map of Milam (geojson format) :
Milam.geojson (**)
Download polygon array of Milam map for "Google Maps" :
Milam.txt
Bounding Box for Milam Map : ( 30.457344 , -97.315507 , 31.110545 , -96.611967 )
Wikipedia ID for Milam : Q26716
Wikipedia SPARQL Query for Milam (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26716 wdt:P1082 ?population. }
OPTIONAL { wd:Q26716 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26716 wdt:P2046 ?area. }
OPTIONAL { wd:Q26716 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26716 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26716 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 Milam map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.457344, -97.315507, 31.110545, -96.611967);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Milam)
[out:json];
(
rel["name"="Milam"][type=boundary];
rel["name:en"="Milam"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Milam
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alcoa | 30.564370 , -97.066650 |
| Baileyville | 31.052680 , -96.828590 |
| Belmena | 30.908800 , -96.908590 |
| Ben Arnold | 30.963800 , -96.988040 |
| Bowers | 30.911850 , -97.186110 |
| Branchville | 30.884360 , -96.763870 |
| Briary | 31.044630 , -96.891930 |
| Buckholts | 30.873831 , -97.128598 |
| Burlington | 31.015180 , -96.996660 |
| Cameron | 30.860736 , -96.976832 |
| Conoley | 30.558260 , -97.170820 |
| Crossroads | 30.964350 , -96.791370 |
| Cummins Crossing | 30.802410 , -97.164990 |
| Davilla | 30.785750 , -97.275000 |
| Detmold | 30.650200 , -97.214160 |
| Elevation | 30.653530 , -96.818870 |
| Elm Ridge | 30.847690 , -97.041380 |
| Forest Grove | 30.546310 , -96.999710 |
| Gause | 30.785190 , -96.721360 |
| Handy | 30.635200 , -97.089990 |
| Hanover | 30.803800 , -96.821650 |
| Hoyte | 30.784910 , -96.915540 |
| Jones Prairie | 30.962960 , -96.834980 |
| Liberty | 30.777140 , -96.852200 |
| Liberty Hill | 30.673810 , -97.143320 |
| Marak | 30.901850 , -97.068600 |
| Marjorie | 30.631310 , -97.084160 |
| Maysfield | 30.897130 , -96.851090 |
| Milano | 30.707936 , -96.859057 |
| Minerva | 30.758250 , -96.988040 |
| New Clarkson | 31.006020 , -96.905540 |
| North Elm | 30.932410 , -97.048320 |
| Pettibone | 30.849910 , -97.080820 |
| Pleasant Hill | 30.529930 , -97.070270 |
| Port Sullivan | 30.866020 , -96.695530 |
| Praesel | 30.631030 , -97.009990 |
| Rockdale | 30.654433 , -97.008978 |
| Salem | 30.815750 , -97.023880 |
| Salty | 30.593530 , -97.132770 |
| San Gabriel | 30.694360 , -97.196100 |
| Sandow | 30.564650 , -97.072770 |
| Sharp | 30.751300 , -97.156100 |
| Silver City | 30.909910 , -96.950260 |
| Splawn | 30.920190 , -96.985820 |
| The Crossroads | 30.747420 , -97.132210 |
| Thorndale | 30.613983 , -97.206771 |
| Tracy | 30.741860 , -97.097210 |
| Val Verde | 30.834360 , -97.247770 |
| Yarrelton | 30.950740 , -97.079990 |
Notes:
- You can download geometry data for Milam 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.