Download outline map of Stephens (geojson format) :
Stephens.geojson (**)
Download polygon array of Stephens map for "Google Maps" :
Stephens.txt
Bounding Box for Stephens Map : ( 32.51469 , -99.096059 , 32.957236 , -98.575616 )
Wikipedia ID for Stephens : Q114529
Wikipedia SPARQL Query for Stephens (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q114529 wdt:P1082 ?population. }
OPTIONAL { wd:Q114529 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q114529 wdt:P2046 ?area. }
OPTIONAL { wd:Q114529 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q114529 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q114529 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 Stephens map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.51469, -99.096059, 32.957236, -98.575616);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Stephens)
[out:json];
(
rel["name"="Stephens"][type=boundary];
rel["name:en"="Stephens"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Stephens
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Breckenridge | 32.756594 , -98.912213 |
Bullock | 32.515680 , -98.686730 |
Crystal Falls | 32.895670 , -98.900350 |
Eureka | 32.582350 , -99.056740 |
Frankell | 32.624290 , -98.718390 |
Gunsight | 32.541520 , -98.871180 |
Ivan | 32.874560 , -98.733400 |
La Casa | 32.600960 , -98.689500 |
Mankins Mill | 32.652900 , -99.058400 |
Necessity | 32.648460 , -98.775060 |
South Hanlon | 32.727620 , -98.877840 |
Wayland | 32.609570 , -98.828120 |
Notes:
- You can download geometry data for Stephens 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.