kopia lustrzana https://github.com/hholzgra/ocitysmap
stupid typo fixed
rodzic
a10c2ffe90
commit
86e842d759
|
|
@ -522,7 +522,7 @@ class Renderer:
|
|||
elif overlay.description != '':
|
||||
annotations['styles'].append(overlay.description)
|
||||
elif overlay.name != '':
|
||||
annotations['styles'].append(overlay.dname)
|
||||
annotations['styles'].append(overlay.name)
|
||||
if overlay.datasource != '':
|
||||
if overlay.datasource not in annotations['sources']:
|
||||
annotations['sources'].append(overlay.datasource)
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue