From d44112ed1d8920e7e0c84891ae87b5dd718cfaea Mon Sep 17 00:00:00 2001 From: pfbreton-perso <59520411+pfbreton-perso@users.noreply.github.com> Date: Tue, 30 May 2023 14:37:07 -0400 Subject: [PATCH] Increase pixel width of mapillary coverage I have been using mapillary with GPX studio quite a lot to identify areas of interest on my routes. The default width is so thin that it is difficult to see what is covered and what not. Note: this proposed change is done from the perspective of someone in North America where roads and coverage might have less density than in Europe - so it might not make sense to all. Nevertheless, I thought I would propose the changes and see. --- js/buttons.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/buttons.js b/js/buttons.js index ed03a917..58fe1a5d 100644 --- a/js/buttons.js +++ b/js/buttons.js @@ -634,7 +634,7 @@ export default class Buttons { vectorTileLayerStyles: { sequence: { color: 'rgb(53, 175, 109)', - weight: 1, + weight: 6, opacity: 0.6 }, image: [] @@ -649,7 +649,7 @@ export default class Buttons { vectorTileLayerStyles: { sequence: { color: 'rgb(53, 175, 109)', - weight: 1, + weight: 3.5, opacity: 0.6 }, image: []