Download outline map of Refugio (geojson format) :
Refugio.geojson (**)
Download polygon array of Refugio map for "Google Maps" :
Refugio.txt
Bounding Box for Refugio Map : ( 28.061396 , -97.541071 , 28.554821 , -96.764125 )
Wikipedia ID for Refugio : Q26705
Wikipedia SPARQL Query for Refugio (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26705 wdt:P1082 ?population. }
OPTIONAL { wd:Q26705 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26705 wdt:P2046 ?area. }
OPTIONAL { wd:Q26705 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26705 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26705 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 Refugio map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.061396, -97.541071, 28.554821, -96.764125);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Refugio)
[out:json];
(
rel["name"="Refugio"][type=boundary];
rel["name:en"="Refugio"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Refugio
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Austwell | 28.391100 , -96.843720 |
Bayside | 28.096098 , -97.211028 |
Bonnie View | 28.167790 , -97.299990 |
Cranell | 28.168070 , -97.392770 |
Inari | 28.514170 , -97.054160 |
Maudlowe | 28.426670 , -96.890820 |
Old Saint Marys | 28.101960 , -97.208880 |
Quintana | 28.346950 , -97.145270 |
Refugio | 28.307445 , -97.274981 |
Ryanville | 28.404430 , -97.315920 |
Tivoli | 28.460840 , -96.891470 |
Vidaurri | 28.436670 , -97.136940 |
Woodsboro | 28.237806 , -97.325380 |
Notes:
- You can download geometry data for Refugio 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.