Download outline map of Smith (geojson format) :
Smith.geojson (**)
Download polygon array of Smith map for "Google Maps" :
Smith.txt
Bounding Box for Smith Map : ( 31.780653 , -89.731276 , 32.223757 , -89.316529 )
Wikipedia ID for Smith : Q484681
Wikipedia SPARQL Query for Smith (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484681 wdt:P1082 ?population. }
OPTIONAL { wd:Q484681 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484681 wdt:P2046 ?area. }
OPTIONAL { wd:Q484681 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484681 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484681 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 Smith map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.780653, -89.731276, 32.223757, -89.316529);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Smith)
[out:json];
(
rel["name"="Smith"][type=boundary];
rel["name:en"="Smith"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Smith
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bunker Hill | 31.806550 , -89.513960 |
| Burns | 32.135430 , -89.547850 |
| Center Ridge | 31.947100 , -89.477010 |
| Clear Springs | 32.144040 , -89.343950 |
| Cohay | 31.928210 , -89.597010 |
| Daniel | 32.128210 , -89.720910 |
| Gambrell | 31.808490 , -89.391730 |
| Heater | 32.058770 , -89.639520 |
| Klein | 32.176540 , -89.461180 |
| Lemon | 32.135980 , -89.501460 |
| Lingle | 32.195710 , -89.577290 |
| Milton | 31.852940 , -89.600070 |
| Mineral Springs | 31.950990 , -89.428400 |
| Mize | 31.867256 , -89.554114 |
| Mount Pleasant | 32.023210 , -89.412570 |
| Pineville | 32.135150 , -89.402840 |
| Polkville | 32.190937 , -89.695977 |
| Raleigh | 32.032199 , -89.524695 |
| Sand Point | 32.088210 , -89.460620 |
| Shady Grove | 31.897940 , -89.630070 |
| Shongelo | 32.102930 , -89.513120 |
| Simpson | 31.842380 , -89.337010 |
| Sylvarena | 32.014377 , -89.381796 |
| Taylorsville | 31.832175 , -89.433974 |
| Traxler | 32.009880 , -89.649520 |
| Trenton | 32.169320 , -89.610900 |
| Union | 31.983490 , -89.520900 |
| White Oak | 32.070710 , -89.687850 |
| Wicker | 32.218760 , -89.543130 |
| Wisner | 31.841830 , -89.470620 |
| Zion Hill | 31.837940 , -89.566740 |
Notes:
- You can download geometry data for Smith 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.