Download outline map of Reagan (geojson format) :
Reagan.geojson (**)
Download polygon array of Reagan map for "Google Maps" :
Reagan.txt
Bounding Box for Reagan Map : ( 31.079263 , -101.776191 , 31.651527 , -101.266981 )
Wikipedia ID for Reagan : Q111851
Wikipedia SPARQL Query for Reagan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111851 wdt:P1082 ?population. }
OPTIONAL { wd:Q111851 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111851 wdt:P2046 ?area. }
OPTIONAL { wd:Q111851 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111851 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111851 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 Reagan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.079263, -101.776191, 31.651527, -101.266981);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Reagan)
[out:json];
(
rel["name"="Reagan"][type=boundary];
rel["name:en"="Reagan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Reagan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Best | 31.224600 , -101.621230 |
Big Lake | 31.193406 , -101.457891 |
Crossroads | 31.565140 , -101.607340 |
Four Corner Windmill | 31.292090 , -101.599840 |
Stiles | 31.406810 , -101.566230 |
Texon | 31.224870 , -101.689570 |
Notes:
- You can download geometry data for Reagan 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.