Skip to content

Conversation

Matthias-Schaub
Copy link
Contributor

  • Add project types as global var to definitions.
  • Run Black.
  • Make use of PROJECT_TYPES in mapswipe_workers.py
  • Remove not needed imports in definitions.py and mapswipe_workers.py

Copy link
Member

@Hagellach37 Hagellach37 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just minor changes required regarding project type names

}

PROJECT_TYPE_NAMES = {
1: BuildAreaProject.name,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure to use the correct attribute name here. For BuiltAreaProject class you use ProjectTypeName instead of name.

The subclass for an import of the type Footprint
"""

projectType = 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the projectType for Change Detection should be 3and not 1.

@Matthias-Schaub Matthias-Schaub merged commit 0c29f5b into dev Jan 13, 2020
@Matthias-Schaub Matthias-Schaub deleted the project_types branch January 13, 2020 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants