Move SPlit-points to seperate layer; fix rendering bug on minimaps

This commit is contained in:
Pieter Vander Vennet 2021-12-03 01:29:09 +01:00
parent 5bba0f0a9b
commit a3185f2d13
4 changed files with 36 additions and 25 deletions

View file

@ -20,7 +20,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"]
public static no_include: string[] = ["conflation", "left_right_style", "split_point"]
/**
* Layer IDs of layers which have special properties through built-in hooks
*/