Download outline map of Somervell (geojson format) :
Somervell.geojson (**)
Download polygon array of Somervell map for "Google Maps" :
Somervell.txt
Bounding Box for Somervell Map : ( 32.087328 , -97.945625 , 32.318618 , -97.614282 )
Wikipedia ID for Somervell : Q111844
Wikipedia SPARQL Query for Somervell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111844 wdt:P1082 ?population. }
OPTIONAL { wd:Q111844 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111844 wdt:P2046 ?area. }
OPTIONAL { wd:Q111844 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111844 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111844 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 Somervell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.087328, -97.945625, 32.318618, -97.614282);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Somervell)
[out:json];
(
rel["name"="Somervell"][type=boundary];
rel["name:en"="Somervell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Somervell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Georges Creek | 32.294030 , -97.637800 |
Glass | 32.191250 , -97.836970 |
Glen Rose | 32.245656 , -97.743775 |
Nemo | 32.259870 , -97.651970 |
Rainbow | 32.265420 , -97.714190 |
Seven Knobs | 32.152090 , -97.749190 |
Notes:
- You can download geometry data for Somervell 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.