Skip to content

Commit

Permalink
Fix NUTS data typo for Ağrı and Afyonkarahisar (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubeydeozdmr committed Mar 29, 2024
1 parent 577c8f5 commit 8fbd60d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/v1/data/provinces.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@
"isMetropolitan": false,
"nuts": {
"nuts1": {
"code": "TR6",
"code": "TR3",
"name": {
"en": "Mediterranean",
"tr": "Akdeniz"
"en": "Aegean",
"tr": "Ege"
}
},
"nuts2": {
"code": "TR62",
"name": "Adana"
"code": "TR33",
"name": "Manisa"
},
"nuts3": "TR621"
"nuts3": "TR332"
},
"coordinates": {
"latitude": 38.750278,
Expand All @@ -114,17 +114,17 @@
"isMetropolitan": false,
"nuts": {
"nuts1": {
"code": "TRC",
"code": "TRA",
"name": {
"en": "Southeast Anatolia",
"tr": "Güneydoğu Anadolu"
"en": "Northeast Anatolia",
"tr": "Kuzeydoğu Anadolu"
}
},
"nuts2": {
"code": "TRC1",
"name": "Gaziantep"
"code": "TRA2",
"name": "Ağrı"
},
"nuts3": "TRC12"
"nuts3": "TRA21"
},
"coordinates": {
"latitude": 39.719444,
Expand Down

0 comments on commit 8fbd60d

Please sign in to comment.