@globalfishingwatch/layer-composer
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -30,3 +30,2 @@ "use strict"; | ||
'fill-color': '#374A6D', | ||
'fill-outline-color': 'white', | ||
'fill-opacity': 0.99, | ||
@@ -48,4 +47,4 @@ }, | ||
stops: [ | ||
[0, 0.7], | ||
[8, 0.7], | ||
[0, 0.1], | ||
[8, 0.2], | ||
[9, 0.2], | ||
@@ -52,0 +51,0 @@ ], |
{ | ||
"name": "@globalfishingwatch/layer-composer", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Tools to convert layer configuration to data structures needed in Mapbox GL GFW interactive maps ", | ||
@@ -13,3 +13,3 @@ "keywords": [ | ||
"module": "dist/layer-composer.esm.js", | ||
"typings": "dist/types/layer-composer.d.ts", | ||
"typings": "dist/types/index.d.ts", | ||
"author": "@satellitestudio<contact@satellitestud.io>", | ||
@@ -16,0 +16,0 @@ "repository": "git@github.com:GlobalFishingWatch/layer-composer.git", |
@@ -31,3 +31,2 @@ import { Group, Dictionary } from '../../../types' | ||
'fill-color': '#374A6D', | ||
'fill-outline-color': 'white', | ||
'fill-opacity': 0.99, | ||
@@ -49,4 +48,4 @@ }, | ||
stops: [ | ||
[0, 0.7], | ||
[8, 0.7], | ||
[0, 0.1], | ||
[8, 0.2], | ||
[9, 0.2], | ||
@@ -53,0 +52,0 @@ ], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1742191
12321