Skip to content

Commit

Permalink
Portugal added
Browse files Browse the repository at this point in the history
  • Loading branch information
ricki-z committed Jul 31, 2017
1 parent 4396cfa commit ad8d867
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/countries.txt
Expand Up @@ -27,6 +27,7 @@
// Europe NL Netherlands
// Asia NP Nepal
// Europe PL Poland
// Europe PT Portugal
// Europe RO Romania
// Europe RS Serbia
// * Asia TW Taiwan (nur externe Sensoren)
Expand Down
4 changes: 4 additions & 0 deletions src/places.js
Expand Up @@ -310,6 +310,10 @@ module.exports = {
"poland": [52.1469,19.3781],
"wroclaw": [51.11,17.0322],

// Portugal
"portugal": [39.572,-8.031],
"lisbon": [38.7139,-9.1394],

// Romania
"romania": [46,25],
"bucharest": [44.4167,26.1],
Expand Down
4 changes: 4 additions & 0 deletions src/zooms.js
Expand Up @@ -72,6 +72,10 @@ module.exports = {
// Poland
"poland": 6,

// Portugal
"portugal": 7,
"lisbon": 10,

// Romania
"romania": 7,

Expand Down

0 comments on commit ad8d867

Please sign in to comment.