summaryrefslogtreecommitdiff
path: root/geshem.js
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-02-21 11:56:08 +0200
committerYuval Adam <yuval@y3xz.com>2016-02-21 12:01:46 +0200
commitf5387007f211e230714a928efa1ed40a6f420b27 (patch)
tree48d5305592c53370b54a49d87c91cdbc72b61de2 /geshem.js
parentb5ff42cf15fd19002c00e228be5b8b336c754f21 (diff)
Update water color and slider style
Diffstat (limited to 'geshem.js')
-rw-r--r--geshem.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/geshem.js b/geshem.js
index 285f298..4d35af8 100644
--- a/geshem.js
+++ b/geshem.js
@@ -20,8 +20,7 @@ class GLMap extends React.Component {
static propTypes = {
view: React.PropTypes.object, // default map view
token: React.PropTypes.string // mapbox auth token
- }
-
+ };
constructor (props) {
super(props)
@@ -131,7 +130,7 @@ class Map extends React.Component {
this.setState({
'slider': 7-e
})
- }
+ };
constructor (props) {
super(props);
@@ -178,7 +177,7 @@ class Map extends React.Component {
"source": "mapbox",
"source-layer": "water",
"type": "fill",
- "paint": {"fill-color": "#111122"}
+ "paint": {"fill-color": "#112233"}
},
{
"id": "cities",