Remove drule types from prio.txt files
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
fbecca40c3
commit
0e23a0e798
1 changed files with 5 additions and 1 deletions
|
@ -335,8 +335,12 @@ def dump_priorities(prio_range, path, maxzoom):
|
|||
info = f' # {drule_zooms}'
|
||||
if other_drules:
|
||||
info += f' (also has {other_drules})'
|
||||
cl = p[0][0]
|
||||
tokens = p[0][1].split('::')
|
||||
if len(tokens) > 1:
|
||||
cl += f'::{tokens[1]}'
|
||||
# TODO: add zoom ranges support?
|
||||
group += f'{p[0][0]:40} {p[0][1]:10}{info}\n'
|
||||
group += f'{cl:50} {info}\n'
|
||||
outfile.write(f'{group}=== {group_prio}\n')
|
||||
|
||||
def get_drape_priority(cl, dr_type, object_id):
|
||||
|
|
Loading…
Add table
Reference in a new issue