Carroll (Mississippi) Map Cropping Samples
Carroll (Mississippi) Map Cropping Samples-1
Carroll (Mississippi) Map Cropping Samples-2
Carroll neighborhoods and villages map with 3D shadow effect
flag map of Carroll with 3D shadow effect
Carroll map with 3d shadow effect
Download outline map of Carroll (geojson format) :
Carroll.geojson (**)
Download polygon array of Carroll map for "Google Maps" :
Carroll.txt
Bounding Box for Carroll Map : ( 33.214207 , -90.174873 , 33.677118 , -89.64528 )
Wikipedia ID for Carroll : Q112499
Wikipedia SPARQL Query for Carroll (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112499 wdt:P1082 ?population. }
OPTIONAL { wd:Q112499 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112499 wdt:P2046 ?area. }
OPTIONAL { wd:Q112499 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112499 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112499 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 Carroll map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.214207, -90.174873, 33.677118, -89.64528);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Carroll)
[out:json];
(
rel["name"="Carroll"][type=boundary];
rel["name:en"="Carroll"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Carroll
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adair | 33.313740 , -90.090640 |
Avalon | 33.655120 , -90.085640 |
Beatty | 33.269850 , -89.738970 |
Black Hawk | 33.326240 , -90.011750 |
Carrollton | 33.506123 , -89.921793 |
Centerville | 33.454290 , -90.035080 |
Coila | 33.395400 , -89.971190 |
Gravel Hill | 33.401510 , -90.046190 |
Holly Grove | 33.410960 , -90.170080 |
Jefferson | 33.632620 , -89.895080 |
Malmaison | 33.522340 , -90.007310 |
McCarley | 33.523180 , -89.833970 |
North Carrollton | 33.518634 , -89.919400 |
Shady Grove | 33.409290 , -90.013140 |
Vaiden | 33.333236 , -89.753382 |
Valley | 33.632900 , -90.032030 |
Valley Hill | 33.504290 , -90.061190 |
Whaley | 33.623730 , -90.106200 |
Wiltshire | 33.304570 , -89.856750 |
Notes:
- You can download geometry data for Carroll 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.