Calhoun (Texas) Map Cropping Samples
Calhoun (Texas) Map Cropping Samples-1
Calhoun (Texas) Map Cropping Samples-2
Calhoun neighborhoods and villages map with 3D shadow effect
flag map of Calhoun with 3D shadow effect
Calhoun map with 3d shadow effect
Download outline map of Calhoun (geojson format) :
Calhoun.geojson (**)
Download polygon array of Calhoun map for "Google Maps" :
Calhoun.txt
Bounding Box for Calhoun Map : ( 28.022835 , -96.930367 , 28.730278 , -96.322731 )
Wikipedia ID for Calhoun : Q26605
Wikipedia SPARQL Query for Calhoun (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26605 wdt:P1082 ?population. }
OPTIONAL { wd:Q26605 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26605 wdt:P2046 ?area. }
OPTIONAL { wd:Q26605 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26605 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26605 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 Calhoun map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.022835, -96.930367, 28.730278, -96.322731);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Calhoun)
[out:json];
(
rel["name"="Calhoun"][type=boundary];
rel["name:en"="Calhoun"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Calhoun
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Clark Station | 28.616110 , -96.710540 |
El Campo Club Community | 28.657220 , -96.358580 |
Green Lake | 28.529440 , -96.793590 |
Indianola | 28.511940 , -96.487480 |
Kamey | 28.636110 , -96.743310 |
Long Mott | 28.482500 , -96.760540 |
Magnolia Beach | 28.560280 , -96.542750 |
Matagorda Island | 28.319879 , -96.457557 |
North Seadrift | 28.507780 , -96.778040 |
Point Comfort | 28.671463 , -96.559088 |
Port Alto | 28.659990 , -96.413310 |
Port Lavaca | 28.618065 , -96.627837 |
Port O'Connor | 28.446341 , -96.420512 |
Schicke Point Community | 28.641110 , -96.355800 |
Seadrift | 28.413293 , -96.715995 |
Sixmile | 28.686380 , -96.686370 |
Notes:
- You can download geometry data for Calhoun 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.