Coder Social home page Coder Social logo

turkiye-svg-ilce-haritasi's Introduction

Türkiye İlçeleri

Türkiye'nin tüm ilçelerine ait bir SVG haritasının olmaması ve olanların da parayla satılıyor olması nedeniyle bir ilçe haritasını GitHub'a yüklemeye karar verdim. Proje üzerinden bu dosyaya ulaşabilirsiniz.

Harita

Herhangi bir yanlışı GitHub üzerinden bildirebilir ve düzeltilmesi için katkıda bulunabilirsiniz.

Kullanılan Kaynaklar

Wikipedia

User: Chumwa, File: Map of the administrative divisions of Turkey.svg

Overpass API Örnekleri

Overpass QL Documentation

Sorgu örneklerini aşağıdaki site üzerinde çalıştırabilirsiniz: https://overpass-turbo.eu/

Ülke

[timeout:600][out:json];
area["ISO3166-1"="TR"]->.country;
rel["ISO3166-1"="TR"]["type"="boundary"]["admin_level"="2"];
(
    way(r)["maritime" != "yes"];
    way(area.country)["natural"="coastline"];
);
(._;>;);
out;

Şehir

[timeout:600][out:json];
area["ISO3166-2"~"^TR"]->.country;
rel["ISO3166-2"~"^TR"]["type"="boundary"]["admin_level"="4"];
(
    way(r)["maritime" != "yes"];
    way(area.country)["natural"="coastline"];
);
(._;>;);
out;

İlçe

[timeout:600][out:json];
area["ISO3166-2"~"^TR"]->.country;
rel(area.country)["boundary"="administrative"]["admin_level"="6"];
out;
way(r);
out geom;

GADM

GADM, tüm ülkeler ve alt bölümleri için haritalar ve mekansal veriler sağlar.

https://gadm.org/download_country_v3.html

Map Shaper

Shapefile, GeoJSON, TopoJSON ve CSV dosyalarını düzenleme aracı. GADM üzerinden indirdiğimiz yüksek ayrıntıya sahip shape dosyasının ayrıntılarını azaltma ve SVG formatına çevirmek için kullanıyoruz.

https://mapshaper.org/

MDN Web Docs

SVG dosyasıyla ilgili tanımlamaları öğrenmemizi sağlar.

https://developer.mozilla.org/en-US/docs/Web/SVG

Türkiye Mülki İdare Bölümleri Envanteri

İl ve ilçe isimleri için resmi kaynak.

https://www.e-icisleri.gov.tr/Anasayfa/MulkiIdariBolumleri.aspx

turkiye-svg-ilce-haritasi's People

Contributors

erdigokce avatar ogun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

turkiye-svg-ilce-haritasi's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.