Concho (Texas) Map Cropping Samples
Concho (Texas) Map Cropping Samples-1
Concho (Texas) Map Cropping Samples-2
Concho neighborhoods and villages map with 3D shadow effect
flag map of Concho with 3D shadow effect
Concho map with 3d shadow effect
Download outline map of Concho (geojson format) :
Concho.geojson (**)
Download polygon array of Concho map for "Google Maps" :
Concho.txt
Bounding Box for Concho Map : ( 31.086962 , -100.115216 , 31.580267 , -99.601525 )
Wikipedia ID for Concho : Q109795
Wikipedia SPARQL Query for Concho (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109795 wdt:P1082 ?population. }
OPTIONAL { wd:Q109795 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109795 wdt:P2046 ?area. }
OPTIONAL { wd:Q109795 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109795 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109795 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 Concho map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.086962, -100.115216, 31.580267, -99.601525);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Concho)
[out:json];
(
rel["name"="Concho"][type=boundary];
rel["name:en"="Concho"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Concho
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Eden | 31.216247 , -99.843965 |
Eola | 31.398770 , -100.089250 |
Henderson Chapel | 31.369330 , -100.002300 |
Lightner | 31.126280 , -99.617290 |
Live Oak | 31.139060 , -99.929520 |
Lowake | 31.566270 , -100.075920 |
Millersview | 31.408770 , -99.755630 |
Paint Rock | 31.510073 , -99.925310 |
Pasche | 31.216550 , -99.686730 |
Vick | 31.341000 , -100.092020 |
Notes:
- You can download geometry data for Concho 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.