Ahmetli (Manisa) Map Cropping Samples

Ahmetli (Manisa) Map Cropping Samples-1

Ahmetli (Manisa) Map Cropping Samples-2

Ahmetli neighborhoods and villages map with 3D shadow effect

flag map of Ahmetli with 3D shadow effect

Ahmetli map with 3d shadow effect
 
 
Download outline map of Ahmetli (geojson format) : 
Ahmetli.geojson (**)
Download polygon array of Ahmetli map for "Google Maps" : 
Ahmetli.txt
Bounding Box for Ahmetli Map : ( 38.398501 , 27.804795 , 38.631423 , 27.985584 )
Wikipedia ID for Ahmetli : Q2248722
Wikipedia SPARQL Query for Ahmetli (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2248722 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2248722 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2248722 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2248722 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2248722 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2248722 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 Ahmetli map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.398501, 27.804795, 38.631423, 27.985584);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ahmetli)
	
[out:json];
(
rel["name"="Ahmetli"][type=boundary];
rel["name:en"="Ahmetli"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ahmetli
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Ahmetli  |  38.519600 , 27.938650  | 
|  Alahidir  |  38.494810 , 27.897390  | 
|  Atakoy  |  38.545830 , 27.937780  | 
|  Bahcecik  |  38.448510 , 27.914320  | 
|  Cambazli  |  38.576100 , 27.837800  | 
|  Derekoy  |  38.489660 , 27.943010  | 
|  Dibekdere  |  38.559530 , 27.959390  | 
|  Gokkaya  |  38.495560 , 27.871110  | 
|  Hacikoseli  |  38.446630 , 27.874090  | 
|  Halilkahya  |  38.480460 , 27.866260  | 
|  Karakoy  |  38.540000 , 27.879440  | 
|  Kargin  |  38.568170 , 27.889220  | 
|  Kestelli  |  38.560830 , 27.940830  | 
|  Seydi  |  38.544940 , 27.894960  | 
|  Sinekler  |  38.450000 , 27.916670  | 
Notes:
- You can download geometry data for Ahmetli 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.