Hartley (Texas) Map Cropping Samples
Hartley (Texas) Map Cropping Samples-1
Hartley (Texas) Map Cropping Samples-2
Hartley neighborhoods and villages map with 3D shadow effect
flag map of Hartley with 3D shadow effect
Hartley map with 3d shadow effect
Download outline map of Hartley (geojson format) :
Hartley.geojson (**)
Download polygon array of Hartley map for "Google Maps" :
Hartley.txt
Bounding Box for Hartley Map : ( 35.622487 , -103.042186 , 36.055653 , -102.162686 )
Wikipedia ID for Hartley : Q112714
Wikipedia SPARQL Query for Hartley (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112714 wdt:P1082 ?population. }
OPTIONAL { wd:Q112714 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112714 wdt:P2046 ?area. }
OPTIONAL { wd:Q112714 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112714 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112714 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 Hartley map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.622487, -103.042186, 36.055653, -102.162686);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hartley)
[out:json];
(
rel["name"="Hartley"][type=boundary];
rel["name:en"="Hartley"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hartley
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Channing | 35.681902 , -102.332244 |
Exum | 36.026980 , -102.194350 |
Hartley | 35.891447 , -102.393307 |
King | 35.904480 , -102.719090 |
Middle Water | 35.848370 , -102.787710 |
Rehm | 35.966420 , -102.644640 |
Romero | 35.727540 , -102.931320 |
Twin Mill | 35.955870 , -102.808820 |
Wilco | 36.026420 , -102.293240 |
Notes:
- You can download geometry data for Hartley 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.