]> git.street.me.uk Git - andy/viking.git/blame - doc/dev/MergeLayers
Add a new webtool datasource to allow acquiring data from URLs that return a file.
[andy/viking.git] / doc / dev / MergeLayers
CommitLineData
50a14534
EB
1Merge down -> check if another TRWLayer below (HOW)
2Actual merge operation:
3Take one layer, go thru each waypoint/track of another.
4Take old name and value pointers, add to new layer, steal from old layer.
5Name conflict:
6
7 ______________________________________________________
8|_____n_a_m_e_____________c_o_n_f_l_i_c_t______________|
9| |
10| The track 'x' exists in both the top layer ('l1') |
11| and the bottom layer ('l2'). What do you want to do? |
12| |
13| Delete From : top layer ('l1') |
14| Rename to |
15| [ ] in: |
16| Autorename |
17| Delete All bottom layer ('l2') |
18| Autorename all |
19+------------------------------------------------------+
20
21TODO
22* check if another TRWLayer below (HOW)
23* Better/less confusing UI
24
25UI (name conflict) suggestions would be appreciated!