@@ -14,23 +14,23 @@ function map () {
14
14
const styles =
15
15
[
16
16
{
17
- 'featureType' : 'landscape' , 'stylers' : [ { 'saturation' : - 100 } , { 'lightness' : 65 } , { 'visibility' : 'on' } ]
17
+ 'featureType' : 'landscape' , 'stylers' : [ { 'saturation' : - 100 } , { 'lightness' : 65 } , { 'visibility' : 'on' } ]
18
18
} , {
19
- 'featureType' : 'poi' , 'stylers' : [ { 'saturation' : - 100 } , { 'lightness' : 51 } , { 'visibility' : 'simplified' } ]
19
+ 'featureType' : 'poi' , 'stylers' : [ { 'saturation' : - 100 } , { 'lightness' : 51 } , { 'visibility' : 'simplified' } ]
20
20
} , {
21
- 'featureType' : 'road.highway' , 'stylers' : [ { 'saturation' : - 100 } , { 'visibility' : 'simplified' } ]
21
+ 'featureType' : 'road.highway' , 'stylers' : [ { 'saturation' : - 100 } , { 'visibility' : 'simplified' } ]
22
22
} , {
23
- 'featureType' : 'road.arterial' , 'stylers' : [ { 'saturation' : - 100 } , { 'lightness' : 30 } , { 'visibility' : 'on' } ]
23
+ 'featureType' : 'road.arterial' , 'stylers' : [ { 'saturation' : - 100 } , { 'lightness' : 30 } , { 'visibility' : 'on' } ]
24
24
} , {
25
- 'featureType' : 'road.local' , 'stylers' : [ { 'saturation' : - 100 } , { 'lightness' : 40 } , { 'visibility' : 'on' } ]
25
+ 'featureType' : 'road.local' , 'stylers' : [ { 'saturation' : - 100 } , { 'lightness' : 40 } , { 'visibility' : 'on' } ]
26
26
} , {
27
- 'featureType' : 'transit' , 'stylers' : [ { 'saturation' : - 100 } , { 'visibility' : 'simplified' } ]
27
+ 'featureType' : 'transit' , 'stylers' : [ { 'saturation' : - 100 } , { 'visibility' : 'simplified' } ]
28
28
} , {
29
- 'featureType' : 'administrative.province' , 'stylers' : [ { 'visibility' : 'off' } ]
29
+ 'featureType' : 'administrative.province' , 'stylers' : [ { 'visibility' : 'off' } ]
30
30
} , {
31
- 'featureType' : 'water' , 'elementType' : 'labels' , 'stylers' : [ { 'visibility' : 'on' } , { 'lightness' : - 25 } , { 'saturation' : - 100 } ]
31
+ 'featureType' : 'water' , 'elementType' : 'labels' , 'stylers' : [ { 'visibility' : 'on' } , { 'lightness' : - 25 } , { 'saturation' : - 100 } ]
32
32
} , {
33
- 'featureType' : 'water' , 'elementType' : 'geometry' , 'stylers' : [ { 'hue' : '#ffff00' } , { 'lightness' : - 25 } , { 'saturation' : - 97 } ]
33
+ 'featureType' : 'water' , 'elementType' : 'geometry' , 'stylers' : [ { 'hue' : '#ffff00' } , { 'lightness' : - 25 } , { 'saturation' : - 97 } ]
34
34
}
35
35
]
36
36
0 commit comments