Download outline map of Hinds (geojson format) :
Hinds.geojson (**)
Download polygon array of Hinds map for "Google Maps" :
Hinds.txt
Bounding Box for Hinds Map : ( 32.048352 , -90.72863 , 32.573783 , -90.065681 )
Wikipedia ID for Hinds : Q486538
Wikipedia SPARQL Query for Hinds (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486538 wdt:P1082 ?population. }
OPTIONAL { wd:Q486538 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486538 wdt:P2046 ?area. }
OPTIONAL { wd:Q486538 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486538 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486538 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 Hinds map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.048352, -90.72863, 32.573783, -90.065681);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hinds)
[out:json];
(
rel["name"="Hinds"][type=boundary];
rel["name:en"="Hinds"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hinds
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
A H Mccoy Federal Bldg | 32.297399 , -90.185179 |
Bear Creek | 32.063770 , -90.519540 |
Bethesda | 32.137100 , -90.370370 |
Bolton | 32.354612 , -90.458585 |
Brownsville | 32.448750 , -90.437040 |
Byram | 32.188974 , -90.286134 |
Carmichael | 32.069880 , -90.531490 |
Cayuga | 32.159320 , -90.693990 |
Champion Hill | 32.350150 , -90.537320 |
Chapel Hill | 32.114320 , -90.513710 |
Clinton | 32.353956 , -90.340284 |
Cynthia | 32.402920 , -90.248980 |
Dabney Crossroads | 32.086260 , -90.427870 |
Dry Grove | 32.129040 , -90.436480 |
Duke | 32.112930 , -90.717320 |
Edwards | 32.332612 , -90.605560 |
Fairchilds Crossroads | 32.204870 , -90.472870 |
Forest Hill | 32.265420 , -90.280920 |
Gaylyn Terrace | 32.326670 , -90.260560 |
Hubbard | 32.212650 , -90.660100 |
Institute | 32.335700 , -90.630660 |
Jackson | 32.316272 , -90.212453 |
Lake Ridgelea Subdivision | 32.176540 , -90.297310 |
Lakeover | 32.395980 , -90.207030 |
Learned | 32.197207 , -90.548654 |
Lebanon | 32.166820 , -90.512870 |
Lynchburg | 32.440140 , -90.548990 |
Midway | 32.169040 , -90.375650 |
Moncure | 32.055430 , -90.259530 |
Morgans Store | 32.093490 , -90.372310 |
Nevada | 32.524030 , -90.468150 |
New Byram | 32.185430 , -90.259530 |
Newman | 32.235710 , -90.697320 |
Oakley | 32.217650 , -90.503150 |
Orangeville | 32.471810 , -90.479540 |
Palestine | 32.180980 , -90.417040 |
Pine Grove | 32.129600 , -90.371200 |
Pinehaven Estates | 32.376530 , -90.319540 |
Pocahontas | 32.474310 , -90.286200 |
Queens Hill | 32.394310 , -90.527320 |
Raymond | 32.260912 , -90.408275 |
Reedtown | 32.075990 , -90.642880 |
Rosemary | 32.088210 , -90.259810 |
Seven Springs | 32.215980 , -90.373700 |
Siwel | 32.247090 , -90.302870 |
Spring Ridge | 32.187650 , -90.329810 |
Taylorsville | 32.225980 , -90.238700 |
Terry | 32.104638 , -90.298044 |
Thompsonville | 32.059320 , -90.459260 |
Tinnin | 32.424310 , -90.345370 |
Tougaloo | 32.397640 , -90.158980 |
Utica | 32.106066 , -90.622106 |
West View | 32.363200 , -90.428710 |
Notes:
- You can download geometry data for Hinds 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.