Greene (Mississippi) Map Cropping Samples

Greene (Mississippi) Map Cropping Samples-1

Greene (Mississippi) Map Cropping Samples-2

Greene neighborhoods and villages map with 3D shadow effect

flag map of Greene with 3D shadow effect

Greene map with 3d shadow effect
 
Download outline map of Greene (geojson format) : 
Greene.geojson (**)
Download polygon array of Greene map for "Google Maps" : 
Greene.txt
Bounding Box for Greene Map : ( 30.997376 , -88.841986 , 31.435976 , -88.425432 )
Wikipedia ID for Greene : Q485402
Wikipedia SPARQL Query for Greene (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q485402 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q485402 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q485402 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q485402 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q485402 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q485402 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 Greene map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.997376, -88.841986, 31.435976, -88.425432);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Greene)
	
[out:json];
(
rel["name"="Greene"][type=boundary];
rel["name:en"="Greene"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Greene
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Avera | 31.296010 , -88.741420 | 
| Benjoe | 31.001850 , -88.773090 | 
| Bothwell | 31.327680 , -88.743370 | 
| Bradley | 31.175180 , -88.671420 | 
| Brown Town | 31.071290 , -88.436680 | 
| Byrd | 31.220180 , -88.739750 | 
| Carson City | 31.367400 , -88.663920 | 
| Clark | 31.288230 , -88.573910 | 
| Dueitt | 31.150740 , -88.534460 | 
| Hillman | 31.133520 , -88.632800 | 
| Jonathan | 31.222680 , -88.637530 | 
| Kittrell | 31.430450 , -88.563080 | 
| Knobtown | 31.378230 , -88.523360 | 
| Leaf | 31.025740 , -88.795590 | 
| Leakesville | 31.154449 , -88.558018 | 
| McLain | 31.103713 , -88.823888 | 
| Old Avera | 31.361010 , -88.566970 | 
| Piave | 31.394340 , -88.744760 | 
| Pisgah | 31.104350 , -88.488630 | 
| Rounsaville | 31.168790 , -88.456960 | 
| Royce | 31.062410 , -88.805310 | 
| Sand Hill | 31.346840 , -88.763650 | 
| Vernal | 31.038520 , -88.610860 | 
Notes:
- You can download geometry data for Greene 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.