Adams (Mississippi) Map Cropping Samples
Adams (Mississippi) Map Cropping Samples-1
Adams (Mississippi) Map Cropping Samples-2
Adams neighborhoods and villages map with 3D shadow effect
flag map of Adams with 3D shadow effect
Adams map with 3d shadow effect
Download outline map of Adams (geojson format) :
Adams.geojson (**)
Download polygon array of Adams map for "Google Maps" :
Adams.txt
Bounding Box for Adams Map : ( 31.19114 , -91.655009 , 31.750064 , -91.153801 )
Wikipedia ID for Adams : Q108788
Wikipedia SPARQL Query for Adams (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108788 wdt:P1082 ?population. }
OPTIONAL { wd:Q108788 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108788 wdt:P2046 ?area. }
OPTIONAL { wd:Q108788 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108788 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108788 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 Adams map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.19114, -91.655009, 31.750064, -91.153801);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Adams)
[out:json];
(
rel["name"="Adams"][type=boundary];
rel["name:en"="Adams"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Adams
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anna | 31.696830 , -91.351500 |
Arnot | 31.255730 , -91.608450 |
Cloverdale | 31.495925 , -91.415194 |
Cranfield | 31.544060 , -91.205940 |
Ellis Cliffs | 31.401560 , -91.452060 |
Fenwick | 31.556000 , -91.249000 |
Foster | 31.600440 , -91.329000 |
Hawthorne | 31.539060 , -91.401500 |
Hutchins Landing | 31.391840 , -91.458170 |
Jeannette | 31.486560 , -91.244830 |
Johnsville | 31.550440 , -91.349280 |
Kienstra | 31.226010 , -91.605950 |
Morgantown | 31.575040 , -91.352126 |
Natchez | 31.548532 , -91.388049 |
Pine Ridge | 31.628780 , -91.345110 |
Selma | 31.601550 , -91.279000 |
Sibley | 31.379340 , -91.398730 |
St. Catherine | 31.545440 , -91.368170 |
Stanton | 31.616000 , -91.240390 |
Washington | 31.578780 , -91.299280 |
Notes:
- You can download geometry data for Adams 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.