Download outline map of Stonewall (geojson format) :
Stonewall.geojson (**)
Download polygon array of Stonewall map for "Google Maps" :
Stonewall.txt
Bounding Box for Stonewall Map : ( 32.959801 , -100.519208 , 33.398052 , -99.988827 )
Wikipedia ID for Stonewall : Q113906
Wikipedia SPARQL Query for Stonewall (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113906 wdt:P1082 ?population. }
OPTIONAL { wd:Q113906 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113906 wdt:P2046 ?area. }
OPTIONAL { wd:Q113906 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113906 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113906 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 Stonewall map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.959801, -100.519208, 33.398052, -99.988827);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Stonewall)
[out:json];
(
rel["name"="Stonewall"][type=boundary];
rel["name:en"="Stonewall"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Stonewall
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aspermont | 33.140507 , -100.225333 |
Dorras | 33.001210 , -100.470110 |
Double Mountain | 33.135930 , -100.409550 |
Flat Top | 33.024550 , -100.097880 |
Geneview | 33.310930 , -100.202610 |
Old Glory | 33.129820 , -100.055930 |
Red Bluff Crossing | 32.989820 , -100.359830 |
Sandlin | 33.233150 , -100.115380 |
Swenson | 33.207040 , -100.312050 |
Notes:
- You can download geometry data for Stonewall 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.