@longline/aqua-ui 1.0.57 → 1.0.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/map/Map/Map.js +1 -1
  2. package/package.json +1 -1
package/map/Map/Map.js CHANGED
@@ -148,7 +148,7 @@ var MapBase = function (props) {
148
148
  // Pixels with no elevation (i.e. water) will be transparent:
149
149
  // < 1: some of sober island's water clipped
150
150
  // < 0: nothing is transparent
151
- if (elevation < 2) {
151
+ if (elevation < 1) {
152
152
  satImageData.data[p] = 0;
153
153
  satImageData.data[p + 1] = 0;
154
154
  satImageData.data[p + 2] = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longline/aqua-ui",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "description": "AquaUI",
5
5
  "author": "Alexander van Oostenrijk / Longline Environment",
6
6
  "license": "Commercial",