Download outline map of Hill (geojson format) :
Hill.geojson (**)
Download polygon array of Hill map for "Google Maps" :
Hill.txt
Bounding Box for Hill Map : ( 31.708887 , -97.497113 , 32.265451 , -96.719114 )
Wikipedia ID for Hill : Q110384
Wikipedia SPARQL Query for Hill (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110384 wdt:P1082 ?population. }
OPTIONAL { wd:Q110384 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110384 wdt:P2046 ?area. }
OPTIONAL { wd:Q110384 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110384 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110384 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 Hill map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.708887, -97.497113, 32.265451, -96.719114);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hill)
[out:json];
(
rel["name"="Hill"][type=boundary];
rel["name:en"="Hill"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hill
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abbott | 31.887250 , -97.080260 |
Aquilla | 31.854755 , -97.220006 |
Birome | 31.813220 , -96.962780 |
Blum | 32.141917 , -97.397168 |
Brandon | 32.045710 , -96.960560 |
Bynum | 31.969071 , -97.003078 |
Carl's Corner | 32.084218 , -97.052559 |
Chat | 31.943770 , -97.089730 |
Covington | 32.178385 , -97.260335 |
Derden | 32.183760 , -97.328630 |
Files Valley | 32.222650 , -97.076950 |
Grub Hill | 32.086260 , -97.279180 |
Hillsboro | 32.007306 , -97.115463 |
Hubbard | 31.846987 , -96.800320 |
Huron | 32.039880 , -97.360010 |
Irene | 31.992100 , -96.871390 |
Itasca | 32.158549 , -97.147766 |
Lakenon | 32.052100 , -97.024450 |
Lebanon | 31.810440 , -97.270570 |
Live Oak Resorts | 32.010430 , -97.362510 |
Lovelace | 32.089040 , -97.128620 |
Malone | 31.917028 , -96.894740 |
Mayfield | 32.096540 , -97.194180 |
Menlow | 31.869600 , -97.160560 |
Mertens | 32.058833 , -96.893728 |
Midway | 32.092100 , -97.001670 |
Mount Calm | 31.756559 , -96.881746 |
Osceola | 32.130710 , -97.227230 |
Penelope | 31.858513 , -96.928128 |
Peoria | 31.978210 , -97.221950 |
Prairie Valley | 31.877100 , -97.328350 |
Red Hill | 32.096540 , -97.336960 |
Retreat | 32.134590 , -97.474190 |
Spivey Crossing | 31.788490 , -97.324460 |
Tyson | 31.798770 , -97.239450 |
Vaughan | 31.914600 , -97.173620 |
Whitney | 31.952020 , -97.319266 |
Winslow | 31.995990 , -97.124170 |
Woodbury | 32.049600 , -97.230840 |
Woodland Hills | 31.902100 , -97.333900 |
Notes:
- You can download geometry data for Hill 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.