mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 08:42:31 +00:00
improve mapillary coverage contrast
This commit is contained in:
@@ -17,9 +17,9 @@ const mapillarySequenceLayer = {
|
|||||||
source: 'mapillary',
|
source: 'mapillary',
|
||||||
'source-layer': 'sequence',
|
'source-layer': 'sequence',
|
||||||
paint: {
|
paint: {
|
||||||
'line-color': 'rgb(53, 175, 109)',
|
'line-color': 'rgb(0, 150, 70)',
|
||||||
'line-opacity': 0.5,
|
'line-opacity': 0.7,
|
||||||
'line-width': 4,
|
'line-width': 5,
|
||||||
},
|
},
|
||||||
layout: {
|
layout: {
|
||||||
'line-cap': 'round',
|
'line-cap': 'round',
|
||||||
@@ -33,9 +33,9 @@ const mapillaryImageLayer = {
|
|||||||
source: 'mapillary',
|
source: 'mapillary',
|
||||||
'source-layer': 'image',
|
'source-layer': 'image',
|
||||||
paint: {
|
paint: {
|
||||||
'circle-color': 'rgb(53, 175, 109)',
|
'circle-color': 'rgb(0, 150, 70)',
|
||||||
'circle-radius': 4,
|
'circle-radius': 5,
|
||||||
'circle-opacity': 0.5,
|
'circle-opacity': 0.7,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user