Download outline map of Phillips (geojson format) :
Phillips.geojson (**)
Download polygon array of Phillips map for "Google Maps" :
Phillips.txt
Bounding Box for Phillips Map : ( 34.118687 , -91.117905 , 34.645721 , -90.540736 )
Wikipedia ID for Phillips : Q61470
Wikipedia SPARQL Query for Phillips (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61470 wdt:P1082 ?population. }
OPTIONAL { wd:Q61470 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61470 wdt:P2046 ?area. }
OPTIONAL { wd:Q61470 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61470 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61470 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 Phillips map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.118687, -91.117905, 34.645721, -90.540736);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Phillips)
[out:json];
(
rel["name"="Phillips"][type=boundary];
rel["name:en"="Phillips"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Phillips
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Barton | 34.547600 , -90.768170 |
| Blackfoot | 34.580660 , -90.794560 |
| Catron | 34.237330 , -90.951780 |
| Countiss | 34.280380 , -90.878160 |
| Creigh | 34.445660 , -91.000670 |
| Crumrod | 34.148720 , -90.981780 |
| Cypert | 34.490100 , -90.956230 |
| Edgewood | 34.635380 , -90.785670 |
| Elaine | 34.308574 , -90.853346 |
| Ewal | 34.365100 , -90.831220 |
| Fair Landing | 34.256770 , -90.839550 |
| Ferguson | 34.138160 , -90.984000 |
| Ferguson Landing | 34.127610 , -90.964000 |
| Gobell | 34.467600 , -90.925110 |
| Helena-West Helena | 34.531131 , -90.620069 |
| Hicks | 34.565100 , -90.981230 |
| Hicksville | 34.589270 , -90.975120 |
| Hoop Spur | 34.343990 , -90.836780 |
| Huma | 34.534820 , -90.673160 |
| Kindall | 34.555380 , -90.821220 |
| Kingtown | 34.496770 , -90.891500 |
| Lake Ridge | 34.552320 , -90.803170 |
| Lake View | 34.421156 , -90.813331 |
| Lakeview | 34.416770 , -90.800940 |
| Lambrook | 34.335660 , -90.967610 |
| Latour | 34.576210 , -90.741220 |
| Lexa | 34.598585 , -90.752233 |
| Lexa Junction | 34.598990 , -90.768170 |
| Lundell | 34.192050 , -90.962330 |
| Maple Corner | 34.555380 , -90.858450 |
| Marvell | 34.556323 , -90.915254 |
| Mary Spur | 34.266770 , -90.915670 |
| Mellwood | 34.219830 , -90.950390 |
| Modoc | 34.335940 , -90.779550 |
| Modoc Landing | 34.296770 , -90.793720 |
| Morning Star | 34.321770 , -90.845940 |
| Mosby Spur | 34.179550 , -90.967330 |
| Offutt Landing | 34.188440 , -90.902610 |
| Old Town | 34.386490 , -90.754280 |
| Oneida | 34.461490 , -90.783170 |
| Pilgrims Rest | 34.390380 , -90.869560 |
| Pillar | 34.546210 , -90.715940 |
| Poplar Grove | 34.547880 , -90.853170 |
| Postelle | 34.570100 , -91.022900 |
| Preston Place | 34.475660 , -90.643720 |
| Ragan | 34.292880 , -90.859550 |
| Ratio | 34.261210 , -90.932050 |
| Southland | 34.585380 , -90.654000 |
| Trenton | 34.499820 , -90.865390 |
| Turner | 34.476210 , -91.018730 |
| Wabash | 34.388710 , -90.828720 |
| Walnut Corner | 34.555100 , -90.768170 |
| Watkins Corner | 34.468710 , -90.955950 |
| West Helena | 34.550660 , -90.641770 |
| Westover | 34.387880 , -90.665380 |
| Wycamp | 34.554820 , -90.715670 |
Notes:
- You can download geometry data for Phillips 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.