Download outline map of Sevier (geojson format) :
Sevier.geojson (**)
Download polygon array of Sevier map for "Google Maps" :
Sevier.txt
Bounding Box for Sevier Map : ( 33.750994 , -94.477299 , 34.192596 , -93.958618 )
Wikipedia ID for Sevier : Q61384
Wikipedia SPARQL Query for Sevier (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61384 wdt:P1082 ?population. }
OPTIONAL { wd:Q61384 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61384 wdt:P2046 ?area. }
OPTIONAL { wd:Q61384 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61384 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61384 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 Sevier map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.750994, -94.477299, 34.192596, -93.958618);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sevier)
[out:json];
(
rel["name"="Sevier"][type=boundary];
rel["name:en"="Sevier"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sevier
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Avon | 34.074840 , -94.322980 |
Bellville | 33.938730 , -94.174920 |
Ben Lomond | 33.833657 , -94.117594 |
Brownstown | 33.817900 , -94.067140 |
Chapel Hill | 34.034280 , -94.396320 |
Cheatham | 34.104560 , -94.468270 |
Cowlingsville | 33.848450 , -94.067970 |
De Queen | 34.042740 , -94.342290 |
Fairview | 34.151500 , -94.256320 |
Geneva | 34.020950 , -94.242150 |
Gillham | 34.168638 , -94.314396 |
Horatio | 33.941094 , -94.355417 |
Kellum | 34.116500 , -94.439930 |
King | 34.144000 , -94.300210 |
Lebanon | 34.106500 , -94.097970 |
Lockesburg | 33.971649 , -94.176233 |
Milford | 33.918730 , -94.085470 |
Millers Crossing | 33.805670 , -94.166310 |
Mineral | 34.189560 , -94.332990 |
Neal Springs | 33.924560 , -94.374090 |
Norwoodville | 33.950120 , -94.321870 |
Oak Grove | 34.083720 , -94.386870 |
Oak Grove | 33.885950 , -94.133530 |
Paraloma | 33.797900 , -94.019080 |
Pennys | 33.878170 , -94.165200 |
Process City | 34.021230 , -94.365480 |
Provo | 34.037610 , -94.107700 |
Pullman | 34.114560 , -94.316590 |
Red Wing | 34.046230 , -94.242980 |
Stringtown | 33.936500 , -94.244090 |
Union | 34.061500 , -94.361040 |
Walnut Springs | 33.949280 , -94.292430 |
West Otis | 33.953170 , -94.436320 |
Williamson | 33.924280 , -94.310480 |
Notes:
- You can download geometry data for Sevier 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.