Fix live layer definition
This commit is contained in:
parent
6565e647fa
commit
86a9c3c675
1 changed files with 0 additions and 2 deletions
|
@ -681,7 +681,6 @@ class ModelRegistry:
|
|||
'live': 'is_live',
|
||||
'zIndex': 'z_index',
|
||||
'gisType': 'gis_type',
|
||||
'type': 'mapbox_type',
|
||||
'viewableRole': 'viewable_role',
|
||||
}, inplace=True
|
||||
)
|
||||
|
@ -694,7 +693,6 @@ class ModelRegistry:
|
|||
df_live['is_db'] = False
|
||||
df_live['is_line_work'] = False
|
||||
df_live['long_name'] = df_live['name']
|
||||
df_live['mapbox_type_custom'] = df_live['mapbox_type']
|
||||
df_live['minor_group_1'] = ''
|
||||
df_live['minor_group_2'] = ''
|
||||
df_live['status'] = 'E'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue