Skip to content

Instantly share code, notes, and snippets.

@mertemin
mertemin / countries.geojson
Created July 17, 2017 05:36
Countries Geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
[{"Score":1.0,"Lat":40.101185062587,"Lon":32.49755859375},{"Score":1.0,"Lat":40.099084147368458,"Lon":32.49755859375},{"Score":1.0,"Lat":40.101185062587,"Lon":32.50030517578125},{"Score":1.0,"Lat":40.099084147368458,"Lon":32.50030517578125},{"Score":1.0,"Lat":40.101185062587,"Lon":32.5030517578125},{"Score":1.0,"Lat":40.099084147368458,"Lon":32.5030517578125},{"Score":1.0,"Lat":40.101185062587,"Lon":32.50579833984375},{"Score":1.0,"Lat":40.099084147368458,"Lon":32.50579833984375},{"Score":1.0,"Lat":40.101185062587,"Lon":32.508544921875},{"Score":1.0,"Lat":40.099084147368458,"Lon":32.508544921875},{"Score":1.0,"Lat":40.101185062587,"Lon":32.51129150390625},{"Score":1.0,"Lat":40.099084147368458,"Lon":32.51129150390625},{"Score":1.0,"Lat":40.101185062587,"Lon":32.5140380859375},{"Score":1.0,"Lat":40.099084147368458,"Lon":32.5140380859375},{"Score":1.0,"Lat":40.101185062587,"Lon":32.51678466796875},{"Score":1.0,"Lat":40.099084147368458,"Lon":32.51678466796875},{"Score":1.0,"Lat":40.101185062587,"Lon":32.51953125}
[{"Id":"12210111320210213","Score":1.0,"Lat":40.101185062587,"Lon":33.09906005859375,"Places":null},{"Id":"12210111320210212","Score":1.0,"Lat":40.101185062587,"Lon":33.0963134765625,"Places":null},{"Id":"12210111320210203","Score":1.0,"Lat":40.101185062587,"Lon":33.09356689453125,"Places":null},{"Id":"12210111320210202","Score":1.0,"Lat":40.101185062587,"Lon":33.0908203125,"Places":null},{"Id":"12210111320201313","Score":1.0,"Lat":40.101185062587,"Lon":33.08807373046875,"Places":null},{"Id":"12210111320201312","Score":1.0,"Lat":40.101185062587,"Lon":33.0853271484375,"Places":null},{"Id":"12210111320201303","Score":1.0,"Lat":40.101185062587,"Lon":33.08258056640625,"Places":null},{"Id":"12210111320201302","Score":1.0,"Lat":40.101185062587,"Lon":33.079833984375,"Places":null},{"Id":"12210111320201213","Score":1.0,"Lat":40.101185062587,"Lon":33.07708740234375,"Places":null},{"Id":"12210111320201212","Score":1.0,"Lat":40.101185062587,"Lon":33.0743408203125,"Places":null},{"Id":"12210111320201203","Score":1.0,"Lat
@mertemin
mertemin / country-city-lat-lng-locality-admin1-admin2-country.json
Last active June 14, 2016 02:37
This file has a map of countries, states and cities listed on Diyanet İşleri Başkanlığı website. It is client a little bit.
[
[
"4",
"13884",
37.25735,
35.058151,
"Karaisalı",
"Karaisalı",
"Adana",
"TR"
@mertemin
mertemin / iso-alpha-3-country-code-to-turkish.js
Created June 11, 2016 02:50
This file has an associate array with ISO alpha 3 country codes as keys and country names in Turkish as values. Some countries might be missing from the mapping.
var isoCountries = {
'ABW' : 'Aruba',
'AFG' : 'Afganistan',
'AGO' : 'Angola',
'ALB' : 'Arnavutluk',
'AND' : 'Andorra',
'ARE' : 'Birleşik Arap Emirlikleri',
'ARG' : 'Arjantin',
'ARM' : 'Ermenistan',
'ATG' : 'Antigua ve Barbuda',
@mertemin
mertemin / iso-alpha-2-country-code-to-turkish.js
Last active June 11, 2016 02:32
This file has an associate array with ISO alpha 2 country codes as keys and country names in Turkish as values. Some countries might be missing from the mapping.
var isoCountries = {
'AD' : 'Andorra',
'AE' : 'Birleşik Arap Emirlikleri',
'AF' : 'Afganistan',
'AG' : 'Antigua ve Barbuda',
'AL' : 'Arnavutluk',
'AM' : 'Ermenistan',
'AO' : 'Angola',
'AR' : 'Arjantin',
'AT' : 'Avusturya',