Houston (Tennessee) Map Cropping Samples

Houston (Tennessee) Map Cropping Samples-1

Houston (Tennessee) Map Cropping Samples-2

Houston neighborhoods and villages map with 3D shadow effect

flag map of Houston with 3D shadow effect

Houston map with 3d shadow effect
Download outline map of Houston (geojson format) :
Houston.geojson (**)
Download polygon array of Houston map for "Google Maps" :
Houston.txt
Bounding Box for Houston Map : ( 36.177719 , -87.98074 , 36.368241 , -87.513533 )
Wikipedia ID for Houston : Q502368
Wikipedia SPARQL Query for Houston (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502368 wdt:P1082 ?population. }
OPTIONAL { wd:Q502368 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502368 wdt:P2046 ?area. }
OPTIONAL { wd:Q502368 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502368 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502368 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 Houston map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.177719, -87.98074, 36.368241, -87.513533);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Houston)
[out:json];
(
rel["name"="Houston"][type=boundary];
rel["name:en"="Houston"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Houston
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Brownsville | 36.360050 , -87.722520 |
| Cotton Patch Crossroads | 36.352550 , -87.950030 |
| Denmark | 36.338390 , -87.729190 |
| Dolomite | 36.361160 , -87.657800 |
| Ellis Mills | 36.306720 , -87.557510 |
| Erin | 36.315976 , -87.702545 |
| Lewis Branch | 36.283390 , -87.769470 |
| Magnolia | 36.255060 , -87.871420 |
| McKinnon | 36.316170 , -87.906970 |
| Midway | 36.314220 , -87.703910 |
| New Hope | 36.258670 , -87.839470 |
| Pollard | 36.276170 , -87.678070 |
| Silvertop | 36.205890 , -87.658350 |
| Spring Hill | 36.338390 , -87.604740 |
| Spring Valley | 36.229780 , -87.605570 |
| Stewart | 36.320610 , -87.841410 |
| Tennessee Ridge | 36.319495 , -87.763522 |
| Whiteoak Creek Subdivision | 36.244500 , -87.926420 |
| Yellow Creek | 36.278670 , -87.568630 |
Notes:
- You can download geometry data for Houston 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.