Skip to content

Commit

Permalink
clarify documentation regarding properties
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 26, 2025
1 parent 405cd1f commit 8186379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clients/diplan/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ In mode `'all'`:
| revisionInProgress | boolean | Returns `true` if there are ongoing asynchronous operations. While true, the `revisedDrawExport` variable shall not be considered finished. |
| simpleGeometryValidity | boolean | Indicator of whether the OGC Simple Feature Specification (part of [SFA](https://www.ogc.org/de/publications/standard/sfa/)) rules are fulfilled. |

⚠️ Caveat: Please mind that there is currently no merge-logic for properties of features given from the outside. If `mergeMultiGeometries` is set true, an arbitrary set of properties will survive. If `metaServices` are set, `properties.metaProperties` will be overridden if they previously existed. It is assumed that incoming data shall only be recognized regarding its geometry.
⚠️ Caveat: Please mind that there is currently no merge-logic for properties of features given via using the action `'plugin/draw/addFeatures'` of `@polar/plugin-draw`. If `mergeMultiGeometries` is set true, an arbitrary set of properties will survive. If `metaServices` are set, `properties.metaProperties` will be overridden if they previously existed. It is assumed that incoming data shall only be recognized regarding its geometry and holds no properties.

```js
mapInstance.$store.watch(
Expand Down

0 comments on commit 8186379

Please sign in to comment.