First attempt for a current-view box

This commit is contained in:
Pieter Vander Vennet 2021-12-10 15:51:08 +01:00
parent ee3a18def1
commit dc5b777713
3 changed files with 45 additions and 3 deletions

View file

@ -20,7 +20,7 @@ export default class AllKnownLayers {
public static sharedLayersJson: Map<string, any> = AllKnownLayers.getSharedLayersJson();
public static added_by_default: string[] = ["gps_location", "gps_location_history", "home_location", "gps_track",]
public static added_by_default: string[] = ["gps_location", "gps_location_history", "home_location", "gps_track","current_view"]
public static no_include: string[] = ["conflation", "left_right_style", "split_point"]
/**
* Layer IDs of layers which have special properties through built-in hooks