Skip to content

Commit

Permalink
CADENZA-37531 Add additionalLayers also to "editGeometry" (#72)
Browse files Browse the repository at this point in the history
* CADENZA-37531 Add additionalLayers also to "editGeometry"

* CADENZA-37531 Add changelog entry
  • Loading branch information
klschm authored Nov 25, 2024
1 parent 35b8e56 commit 3aecee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project uses a version scheme based on the Cadenza main version in the format x.x.y, where x.x is the Cadenza main version and y a functional change or bugfix.

## Unreleased
### Added
- 'Additional Layers' to the sandbox of 'Edit Geometry'

## 10.2.4 - 2024-11-25
### Added
Expand Down
2 changes: 1 addition & 1 deletion sandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
</div>
</template>

<template data-action="editGeometry" data-common="extentStrategy,map,disabledUiFeatures,filter">
<template data-action="editGeometry" data-common="additionalLayers,extentStrategy,map,disabledUiFeatures,filter">
<div>
<label for="embeddingTargetId">Embedding target ID of the map view *</label>
<input name="embeddingTargetId" id="embeddingTargetId" required>
Expand Down

0 comments on commit 3aecee0

Please sign in to comment.