Skip to content

Commit

Permalink
Lane marking layer should not be interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault authored and dabreegster committed Dec 6, 2022
1 parent dbf2df3 commit 539590f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions street-explorer/www/js/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export const makeLaneMarkingsLayer = (text) => {
stroke: false,
};
},
interactive: false,
});
};

Expand Down

0 comments on commit 539590f

Please sign in to comment.