Cottle (Texas) Map Cropping Samples
Cottle (Texas) Map Cropping Samples-1
Cottle (Texas) Map Cropping Samples-2
Cottle neighborhoods and villages map with 3D shadow effect
flag map of Cottle with 3D shadow effect
Cottle map with 3d shadow effect
Download outline map of Cottle (geojson format) :
Cottle.geojson (**)
Download polygon array of Cottle map for "Google Maps" :
Cottle.txt
Bounding Box for Cottle Map : ( 33.835607 , -100.518692 , 34.314102 , -99.997621 )
Wikipedia ID for Cottle : Q109622
Wikipedia SPARQL Query for Cottle (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109622 wdt:P1082 ?population. }
OPTIONAL { wd:Q109622 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109622 wdt:P2046 ?area. }
OPTIONAL { wd:Q109622 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109622 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109622 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 Cottle map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.835607, -100.518692, 34.314102, -99.997621);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cottle)
[out:json];
(
rel["name"="Cottle"][type=boundary];
rel["name:en"="Cottle"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cottle
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baker | 34.201460 , -100.111220 |
Chalk | 33.878410 , -100.223440 |
Coleyville | 34.233960 , -100.379280 |
Delwin | 33.876470 , -100.399010 |
Ginsite | 33.947860 , -100.361230 |
Hackberry | 33.932300 , -100.147610 |
Narcisso | 34.000360 , -100.473450 |
Paducah | 34.014421 , -100.303769 |
Sneedville | 33.880080 , -100.279280 |
Swearingen | 34.148690 , -100.147890 |
Valley View | 33.993410 , -100.380950 |
Notes:
- You can download geometry data for Cottle 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.