Skip to content

Commit 8a0a877

Browse files
committed
fix typo in tileServer attribute
1 parent 0e24796 commit 8a0a877

File tree

1 file changed

+1
-1
lines changed
  • mapswipe_workers/mapswipe_workers/project_types/tile_map_service_grid

1 file changed

+1
-1
lines changed

mapswipe_workers/mapswipe_workers/project_types/tile_map_service_grid/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, project_draft: dict):
2020

2121
# get TileServerB for change detection and completeness type
2222
if self.project_type in [3, 4]:
23-
self.tileServer = vars(BaseTileServer(project_draft["tileServerB"]))
23+
self.tileServerB = vars(BaseTileServer(project_draft["tileServerB"]))
2424

2525
def validate_geometries(self):
2626
raw_input_file = (

0 commit comments

Comments
 (0)