Download outline map of Miller (geojson format) :
Miller.geojson (**)
Download polygon array of Miller map for "Google Maps" :
Miller.txt
Bounding Box for Miller Map : ( 33.019067 , -94.04345 , 33.614089 , -93.665518 )
Wikipedia ID for Miller : Q61381
Wikipedia SPARQL Query for Miller (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61381 wdt:P1082 ?population. }
OPTIONAL { wd:Q61381 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61381 wdt:P2046 ?area. }
OPTIONAL { wd:Q61381 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61381 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61381 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 Miller map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.019067, -94.04345, 33.614089, -93.665518);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Miller)
[out:json];
(
rel["name"="Miller"][type=boundary];
rel["name:en"="Miller"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Miller
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Artex | 33.387630 , -93.832130 |
Black Diamond | 33.135960 , -93.909900 |
Boggy | 33.224850 , -93.886850 |
Boyd | 33.341790 , -93.927410 |
Brightstar | 33.115410 , -93.989630 |
Capps City | 33.020130 , -93.976570 |
Clear Lake Junction | 33.520960 , -93.923800 |
Clipper | 33.572070 , -93.853240 |
Doddridge | 33.091800 , -93.908240 |
Dooley | 33.468730 , -93.857410 |
Fairland | 33.230680 , -93.843790 |
Fort Lynn | 33.165130 , -93.884070 |
Fouke | 33.261141 , -93.886433 |
Garland | 33.360849 , -93.714163 |
Genoa | 33.383740 , -93.909630 |
Hammons | 33.095690 , -94.041570 |
Hervey | 33.498180 , -93.777130 |
Homan | 33.542900 , -93.886300 |
Index | 33.547070 , -94.041860 |
Jonesville | 33.225680 , -93.937680 |
Kiblah | 33.051520 , -93.896010 |
Lakewood Estates | 33.424570 , -93.956300 |
Mandeville | 33.481790 , -93.964080 |
Mayton | 33.376510 , -93.736010 |
McKinney | 33.389010 , -93.795460 |
Paup | 33.502070 , -93.942690 |
Pleasant Hill | 33.319570 , -94.027410 |
Ravanna | 33.065410 , -94.041020 |
Rocky Mound | 33.260680 , -93.825740 |
Rondo | 33.444570 , -93.977690 |
Smithville | 33.054020 , -93.867680 |
South Texarkana | 33.402350 , -94.042970 |
Sylverino | 33.316790 , -93.937680 |
Texarkana | 33.436484 , -93.996071 |
Three States | 33.019300 , -94.042680 |
Notes:
- You can download geometry data for Miller 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.