Archer (Texas) Map Cropping Samples
Archer (Texas) Map Cropping Samples-1
Archer (Texas) Map Cropping Samples-2
Archer neighborhoods and villages map with 3D shadow effect
flag map of Archer with 3D shadow effect
Archer map with 3d shadow effect
Download outline map of Archer (geojson format) :
Archer.geojson (**)
Download polygon array of Archer map for "Google Maps" :
Archer.txt
Bounding Box for Archer Map : ( 33.39542 , -98.953938 , 33.836079 , -98.420666 )
Wikipedia ID for Archer : Q108793
Wikipedia SPARQL Query for Archer (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108793 wdt:P1082 ?population. }
OPTIONAL { wd:Q108793 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108793 wdt:P2046 ?area. }
OPTIONAL { wd:Q108793 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108793 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108793 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 Archer map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.39542, -98.953938, 33.836079, -98.420666);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Archer)
[out:json];
(
rel["name"="Archer"][type=boundary];
rel["name:en"="Archer"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Archer
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anarene | 33.485110 , -98.666170 |
Archer City | 33.593764 , -98.625702 |
Black Flat | 33.696770 , -98.839790 |
Dads Corner | 33.746210 , -98.688110 |
Dundee | 33.740380 , -98.902290 |
Hartex | 33.820650 , -98.677280 |
Holliday | 33.813984 , -98.689692 |
Lakeside City | 33.829213 , -98.540275 |
Luke Wilson | 33.717880 , -98.550330 |
Megargel | 33.453577 , -98.929813 |
Scotland | 33.649854 , -98.467747 |
Windthorst | 33.575998 , -98.434827 |
Notes:
- You can download geometry data for Archer 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.