Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(context): save layer opacity in db #1439

Merged
merged 3 commits into from
Oct 13, 2023

Conversation

aziz-access
Copy link
Contributor

What is the current behavior? (You can also link to an open issue here)

this behavior related to #979 in igo 2

What is the new behavior?

save layer opacity in db

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications:

Other information:

@aziz-access aziz-access added enhancement New features and improvements // Nouvelles fonctionnalités et améliorations in progress In progress // Développement en cours labels Oct 11, 2023
@aziz-access aziz-access self-assigned this Oct 11, 2023
Copy link
Collaborator

@alecarn alecarn left a comment

Choose a reason for hiding this comment

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

Good job Aziz, je passe la puck à @pelord

@alecarn alecarn requested a review from pelord October 12, 2023 18:56
visible: layer.visible,
security: layer.security
} as LayerOptions,
layerOptions: layerOptions,
Copy link
Member

Choose a reason for hiding this comment

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

Duplicated, should be simplified as

layerOptions,

VectorLayerOptions,
VectorTileLayerOptions
VectorTileLayerOptions,
Copy link
Member

Choose a reason for hiding this comment

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

extra comma

id: String(tool.id),
global: tool.global,
name: tool.name,
component: tool.component
Copy link
Member

Choose a reason for hiding this comment

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

pourquoi? je ne comprends pas la raison de passer le tool.component

Copy link
Collaborator

Choose a reason for hiding this comment

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

@aziz-access nous sommes p-t en présence d'un Partial?

@pelord pelord merged commit cc2669d into release/16.0.0 Oct 13, 2023
1 check passed
@pelord pelord deleted the save-layer-opacity-in-db branch October 13, 2023 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features and improvements // Nouvelles fonctionnalités et améliorations in progress In progress // Développement en cours
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Contextes : Sauvegarder l'opacité des couches
3 participants