Skip to content

Commit

Permalink
clarify what's exported
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 26, 2025
1 parent 595b044 commit d3f7dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/clients/diplan/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ DiPlan-specific configuration parameters belong within the `mapConfiguration` ob
| fieldName | type | description |
| - | - | - |
| mergeMultiGeometries | boolean? | Defaults to `false`. If `true`, the exported FeatureCollection in getter `revisedDrawExport` will have merged geometries; that is, instead of Points, Lines, and Polygons, only MultiPoints, MultiLines, and MultiPolygons will be featured, created by merging the features of their respective geometry. All geometry types that are enabled in the `Draw` tool may occur. This step is executed before geometry validation and meta service usage. |
| validateGeoJson | boolean? | Defaults to `true`. If `true`, all exports will undergo a validity check before they are exported. To inspect the validity of the offered geometries, inspect the getter `simpleGeometryValidity` that indicates validity with a `boolean`. |
| metaServices | metaService[] | Specification of a service that contains meta-information regarding geometries. |
| validateGeoJson | boolean? | Defaults to `true`. If `true`, all geometries in getter `revisedDrawExport` will undergo a validity check before they are exported. To inspect the validity of the offered geometries, inspect the getter `simpleGeometryValidity` that indicates validity with a `boolean`. |
| metaServices | metaService[] | Specification of a service that contains meta-information regarding geometries. Information from there will be added to features in getter `revisedDrawExport`. |

#### diplan.metaService

Expand Down

0 comments on commit d3f7dea

Please sign in to comment.