diff --git a/.gitignore b/.gitignore
index 33d18401..028bca37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,8 @@ etl/**/*.xls
etl/**/*.xlsx
etl/**/*.zip
+.DS_Store
+
# Cache
app/tilecache/**/*.png
app/tilecache/**/*.mbtiles
diff --git a/.travis.yml b/.travis.yml
index 8ceb64ee..7449d2ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- - 8
+ - 12
cache: npm
before_script:
- cd $TRAVIS_BUILD_DIR/app && npm ci
diff --git a/app/.babelrc b/app/.babelrc
deleted file mode 100644
index 1578f26a..00000000
--- a/app/.babelrc
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "plugins": [
- "@babel/plugin-syntax-jsx",
- "@babel/plugin-syntax-typescript",
- [
- "babel-plugin-typescript-to-proptypes",
- {
- "implicitChildren": true,
- "typeCheck": true
- }
- ]
- ]
-}
\ No newline at end of file
diff --git a/app/map_styles/polygon.xml b/app/map_styles/polygon.xml
index 963f5fd2..0e23cc7c 100644
--- a/app/map_styles/polygon.xml
+++ b/app/map_styles/polygon.xml
@@ -99,33 +99,29 @@
- [size_height] >= 7.73 and [size_height] < 1.138
+ [size_height] >= 7.73 and [size_height] < 11.38
- [size_height] >= 1.138 and [size_height] < 1.845
+ [size_height] >= 11.38 and [size_height] < 18.45
- [size_height] >= 1.845 and [size_height] < 3.505
+ [size_height] >= 18.45 and [size_height] < 35.05
- [size_height] >= 3.505 and [size_height] < 8.930
+ [size_height] >= 35.05 and [size_height] < 89.30
- [size_height] >= 8.930 and [size_height] < 15.179
+ [size_height] >= 89.30 and [size_height] < 152
- [size_height] >= 15.179 and [size_height] < 99.999
+ [size_height] >= 152
-
- [size_height] >= 99.999
-
-