Skip to content

Commit

Permalink
order readme alphabetically, add missing ?
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 26, 2025
1 parent d3f7dea commit d59c28f
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 @@ -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. |
| metaServices | metaService[]? | Specification of a service that contains meta-information regarding geometries. Information from there will be added to features in getter `revisedDrawExport`. |
| 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 d59c28f

Please sign in to comment.