Skip to content

Commit

Permalink
[backend] Add Kosovo country (#1751)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7fe7486)
  • Loading branch information
RomuDeuxfois committed Nov 4, 2024
1 parent 38b399c commit 5c904e9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions openbas-front/src/static/geo/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -204190,6 +204190,39 @@
]
}
},
{
"type": "Feature",
"properties": {
"FIPS": "KV",
"ISO2": "XK",
"ISO3": "XKX",
"UN": 999,
"NAME": "Kosovo",
"AREA": 10908,
"POP2005": 1831000,
"REGION": 150,
"SUBREGION": 39,
"LON": 20.902,
"LAT": 42.6026
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[20.0707, 42.889],
[20.5902, 42.875],
[20.75, 42.688],
[20.7625, 42.51],
[20.3529, 42.245],
[20.176, 42.33],
[20.0631, 42.65],
[20.0707, 42.889]
]
]
]
}
},
{
"type": "Feature",
"properties": {
Expand Down

0 comments on commit 5c904e9

Please sign in to comment.