First attempt for a current-view box
This commit is contained in:
parent
ee3a18def1
commit
dc5b777713
3 changed files with 45 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue