Download outline map of Harrison (geojson format) :
Harrison.geojson (**)
Download polygon array of Harrison map for "Google Maps" :
Harrison.txt
Bounding Box for Harrison Map : ( 32.326583 , -94.702201 , 32.793088 , -94.042817 )
Wikipedia ID for Harrison : Q110904
Wikipedia SPARQL Query for Harrison (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110904 wdt:P1082 ?population. }
OPTIONAL { wd:Q110904 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110904 wdt:P2046 ?area. }
OPTIONAL { wd:Q110904 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110904 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110904 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 Harrison map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.326583, -94.702201, 32.793088, -94.042817);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Harrison)
[out:json];
(
rel["name"="Harrison"][type=boundary];
rel["name:en"="Harrison"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Harrison
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baldwin | 32.705980 , -94.234360 |
Carterville | 32.601260 , -94.586040 |
Crossroads | 32.448490 , -94.237690 |
Darco | 32.409040 , -94.435760 |
Elysian Fields | 32.368490 , -94.182970 |
Estes | 32.438480 , -94.666880 |
Gainesville | 32.616540 , -94.319360 |
Gill | 32.392930 , -94.341030 |
Grange Hall | 32.488071 , -94.405196 |
Gum Springs | 32.459870 , -94.676600 |
Hallsville | 32.502673 , -94.570055 |
Harleton | 32.676530 , -94.574650 |
Jonesville | 32.497930 , -94.111020 |
Karnack | 32.667920 , -94.170470 |
Lansing | 32.507930 , -94.626320 |
Latex | 32.604590 , -94.042960 |
Leigh | 32.604590 , -94.131580 |
Longview Heights | 32.505980 , -94.679650 |
Lotta | 32.578200 , -94.104080 |
Marshall | 32.536996 , -94.351512 |
Morton | 32.669860 , -94.657980 |
Mulberry Springs | 32.599590 , -94.606320 |
Nesbitt | 32.588597 , -94.446867 |
Noonday | 32.554040 , -94.588260 |
Pope City | 32.684590 , -94.306860 |
Quiney | 32.523480 , -94.420480 |
Scottsville | 32.531626 , -94.246505 |
Smyrna | 32.726250 , -94.630480 |
South Shore | 32.670150 , -94.082960 |
Stricklin Springs | 32.431820 , -94.152690 |
Uncertain | 32.706367 , -94.127081 |
Walkers Mill | 32.589310 , -94.553260 |
Waskom | 32.476635 , -94.064563 |
Woodlawn | 32.668200 , -94.345750 |
Notes:
- You can download geometry data for Harrison 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.