Download outline map of Hopkins (geojson format) :
Hopkins.geojson (**)
Download polygon array of Hopkins map for "Google Maps" :
Hopkins.txt
Bounding Box for Hopkins Map : ( 32.960434 , -95.863332 , 33.37719 , -95.30763 )
Wikipedia ID for Hopkins : Q112115
Wikipedia SPARQL Query for Hopkins (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112115 wdt:P1082 ?population. }
OPTIONAL { wd:Q112115 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112115 wdt:P2046 ?area. }
OPTIONAL { wd:Q112115 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112115 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112115 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 Hopkins map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.960434, -95.863332, 33.37719, -95.30763);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hopkins)
[out:json];
(
rel["name"="Hopkins"][type=boundary];
rel["name:en"="Hopkins"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hopkins
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Arbala | 32.987620 , -95.653290 |
| Bethel | 33.078730 , -95.409120 |
| Black Oak | 32.972340 , -95.430780 |
| Bonanza | 32.980950 , -95.720520 |
| Branom | 33.198170 , -95.815520 |
| Brashear | 33.118730 , -95.733570 |
| Brinker | 33.127340 , -95.492450 |
| Como | 33.060026 , -95.475618 |
| Crossroads | 32.990950 , -95.595790 |
| Cumby | 33.135346 , -95.839900 |
| Deep Well Crossing | 33.290216 , -95.681229 |
| Dike | 33.238720 , -95.482170 |
| Divide | 33.048730 , -95.713020 |
| East Caney | 33.131780 , -95.456900 |
| Emblem | 33.247330 , -95.766070 |
| Flora | 33.254560 , -95.433280 |
| Gafford | 33.164560 , -95.694960 |
| Good Neighbor | 33.194280 , -95.650510 |
| Greenpond | 33.034840 , -95.503010 |
| Greenwood | 33.102620 , -95.323000 |
| Harmony | 33.004560 , -95.345500 |
| Hatchetville | 33.259560 , -95.529680 |
| Humble | 33.016790 , -95.367450 |
| Liberty | 33.020670 , -95.663010 |
| Mahoney | 33.192610 , -95.493840 |
| Martin Springs | 33.086780 , -95.564950 |
| Miller Grove | 33.024280 , -95.802740 |
| Morris Grove | 33.037060 , -95.314390 |
| New Birthright | 33.272330 , -95.584400 |
| North Hopkins | 33.270670 , -95.618290 |
| Oak Grove | 33.305670 , -95.555230 |
| Oakdale | 33.282060 , -95.517180 |
| Overland | 33.155390 , -95.747460 |
| Palestine | 33.084560 , -95.806630 |
| Peerless | 33.261780 , -95.700240 |
| Pickton | 33.028170 , -95.393000 |
| Pine Hill | 33.060950 , -95.320220 |
| Pleasant Grove | 33.208170 , -95.649400 |
| Posey | 33.266780 , -95.659400 |
| Reilly Springs | 33.005950 , -95.545230 |
| Rockdale | 33.113170 , -95.637460 |
| Saltillo | 33.184560 , -95.326340 |
| Sandhill | 33.330110 , -95.543010 |
| Seymore | 32.990950 , -95.595510 |
| Shirley | 33.052060 , -95.678570 |
| Shirley | 33.274280 , -95.534400 |
| Sulphur Bluff | 33.332610 , -95.398280 |
| Sulphur Springs | 33.142072 , -95.612486 |
| Tazewell | 33.056780 , -95.619960 |
| Thermo | 33.102340 , -95.516060 |
| Tira | 33.322115 , -95.560735 |
| Union | 33.030670 , -95.596900 |
| Weaver | 33.168170 , -95.408280 |
| Weir | 33.305670 , -95.584960 |
| White Oak Junction | 33.146780 , -95.457170 |
| Winterfield | 33.074560 , -95.364950 |
Notes:
- You can download geometry data for Hopkins 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.