Download outline map of Atascosa (geojson format) :
Atascosa.geojson (**)
Download polygon array of Atascosa map for "Google Maps" :
Atascosa.txt
Bounding Box for Atascosa Map : ( 28.612658 , -98.805237 , 29.250693 , -98.098315 )
Wikipedia ID for Atascosa : Q108372
Wikipedia SPARQL Query for Atascosa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108372 wdt:P1082 ?population. }
OPTIONAL { wd:Q108372 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108372 wdt:P2046 ?area. }
OPTIONAL { wd:Q108372 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108372 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108372 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 Atascosa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.612658, -98.805237, 29.250693, -98.098315);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Atascosa)
[out:json];
(
rel["name"="Atascosa"][type=boundary];
rel["name:en"="Atascosa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Atascosa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amphion | 28.998580 , -98.635580 |
Anchorage | 29.067470 , -98.705860 |
Black Hill | 28.994690 , -98.324730 |
Campbellton | 28.747480 , -98.302510 |
Charlotte | 28.859069 , -98.700480 |
Christine | 28.786322 , -98.497799 |
Coughran | 28.944420 , -98.413630 |
Crown | 28.941360 , -98.740020 |
Davis | 28.799700 , -98.757250 |
Dobrowolski | 28.892750 , -98.642800 |
Espey | 29.112470 , -98.488900 |
Fashing | 28.792480 , -98.139730 |
Hindes | 28.716930 , -98.790300 |
Jourdanton | 28.913730 , -98.541071 |
Kyote | 29.026630 , -98.790020 |
La Parita | 28.847200 , -98.593350 |
Las Gallinas | 29.112470 , -98.488630 |
Leal | 28.914140 , -98.360290 |
Leming | 29.068341 , -98.472228 |
Lytle | 29.233977 , -98.796470 |
McCoy | 28.860530 , -98.347790 |
Peggy | 28.739700 , -98.178620 |
Pleasanton | 28.963790 , -98.493821 |
Poteet | 29.037873 , -98.574050 |
Rossville | 29.091360 , -98.680580 |
Verdi | 29.049970 , -98.399460 |
Notes:
- You can download geometry data for Atascosa 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.