Carson (Texas) Map Cropping Samples
Carson (Texas) Map Cropping Samples-1
Carson (Texas) Map Cropping Samples-2
Carson neighborhoods and villages map with 3D shadow effect
flag map of Carson with 3D shadow effect
Carson map with 3d shadow effect
Download outline map of Carson (geojson format) :
Carson.geojson (**)
Download polygon array of Carson map for "Google Maps" :
Carson.txt
Bounding Box for Carson Map : ( 35.181658 , -101.623458 , 35.62534 , -101.085886 )
Wikipedia ID for Carson : Q109155
Wikipedia SPARQL Query for Carson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109155 wdt:P1082 ?population. }
OPTIONAL { wd:Q109155 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109155 wdt:P2046 ?area. }
OPTIONAL { wd:Q109155 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109155 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109155 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 Carson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.181658, -101.623458, 35.62534, -101.085886);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Carson)
[out:json];
(
rel["name"="Carson"][type=boundary];
rel["name:en"="Carson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Carson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abell | 35.393380 , -101.458780 |
Cargray | 35.516710 , -101.175440 |
Conway | 35.207830 , -101.381280 |
Cuyler | 35.389210 , -101.272940 |
Deal | 35.595320 , -101.572120 |
Groom | 35.204968 , -101.106954 |
Hillard | 35.605880 , -101.412110 |
Lark | 35.207550 , -101.240160 |
Lee | 35.300050 , -101.497120 |
Masterson | 35.411160 , -101.619620 |
McBride | 35.518100 , -101.494060 |
Panhandle | 35.346068 , -101.380431 |
Pomeroy | 35.442550 , -101.506000 |
Skellytown | 35.571019 , -101.173044 |
White Deer | 35.433193 , -101.175074 |
Wilhelm | 35.528380 , -101.589060 |
Yarnall | 35.210610 , -101.538510 |
Notes:
- You can download geometry data for Carson 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.