Cleanup of svg files, move matchpoint to explicit layer

This commit is contained in:
Pieter Vander Vennet 2021-12-22 01:08:11 +01:00
parent 95d6244008
commit 9e40e459e5
19 changed files with 27 additions and 1064 deletions

View file

@ -21,7 +21,7 @@ export default class AllKnownLayers {
public static added_by_default: string[] = ["gps_location", "gps_location_history", "home_location", "gps_track"]
public static no_include: string[] = ["conflation", "left_right_style", "split_point","current_view"]
public static no_include: string[] = ["conflation", "left_right_style", "split_point","current_view","matchpoint"]
/**
* Layer IDs of layers which have special properties through built-in hooks
*/