Atabey (Isparta) Map Cropping Samples

Atabey (Isparta) Map Cropping Samples-1

Atabey (Isparta) Map Cropping Samples-2

Atabey neighborhoods and villages map with 3D shadow effect

flag map of Atabey with 3D shadow effect

Atabey map with 3d shadow effect
 
 
Download outline map of Atabey (geojson format) : 
Atabey.geojson (**)
Download polygon array of Atabey map for "Google Maps" : 
Atabey.txt
Bounding Box for Atabey Map : ( 37.881922 , 30.539919 , 38.088657 , 30.759831 )
Wikipedia ID for Atabey : Q753057
Wikipedia SPARQL Query for Atabey (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q753057 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q753057 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q753057 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q753057 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q753057 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q753057 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 Atabey map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.881922, 30.539919, 38.088657, 30.759831);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Atabey)
	
[out:json];
(
rel["name"="Atabey"][type=boundary];
rel["name:en"="Atabey"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Atabey
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Bayat  |  37.890280 , 30.621670  | 
|  Harmanoren  |  37.917500 , 30.709990  | 
|  Islamkoy  |  37.924440 , 30.655000  | 
|  Kapicak  |  37.980830 , 30.674720  | 
|  Kelikan  |  37.983330 , 30.683330  | 
|  Pembeli  |  37.944170 , 30.689170  | 
Notes:
- You can download geometry data for Atabey 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.