Skip to content

Commit

Permalink
new places
Browse files Browse the repository at this point in the history
  • Loading branch information
ricki-z committed May 28, 2018
1 parent 737e019 commit fa5745f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/countries.txt
Expand Up @@ -17,6 +17,7 @@
// America CL Chile
// Africa CM Cameroon
// America CR Costa Rica
// Europe CY Cyprus
// Europe CZ Czech Republic
// Europe DE Germany
// * Europe DK Denmark
Expand Down Expand Up @@ -62,4 +63,5 @@
// Europe UK United Kingdom
// America US USA
// Asia VN Vietnam
// Europe XK Kosovo
// Africa ZA South Africa
8 changes: 8 additions & 0 deletions src/places.js
Expand Up @@ -269,6 +269,10 @@ module.exports = {
// Croatia
"croatia": [45.166667,15.5],

// Cyprus
"cyprus": [35.17,33.4],
"nicosia": [35.167, 33.367],

// Czech Republic
"czech-republic": [49.8,15.5],
"prague": [50.0833,14.4167],
Expand Down Expand Up @@ -311,6 +315,10 @@ module.exports = {
"turin": [45.0667,7.7],
"rome": [41.9,12.5],

// Kosovo
"kosovo": [42.583,21],
"pristina": [42.667,21.167],

// Latvia
"latvia": [57,25],
"riga": [56.9490,24.1060],
Expand Down
6 changes: 6 additions & 0 deletions src/zooms.js
Expand Up @@ -43,6 +43,9 @@ module.exports = {
// Croatia
"croatia": 7,

// Cyprus
"cyprus": 9,

// Czech Republic
"czech-republic": 8,

Expand All @@ -69,6 +72,9 @@ module.exports = {
"italy": 6,
"sicily": 8,

// Kosovo
"kosovo": 8,

// Latvia
"latvia": 7,

Expand Down

0 comments on commit fa5745f

Please sign in to comment.