You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| geometry.lon_field | string | Longitude field for coordinates (Support Geometry type "Point") |
89
-
| geometry.lat_field | string | Latitude field for coordinates (Support Geometry type "Point") |
90
-
| geometry.alt_field | string | Altitude field for coordinates (Support Geometry type "Point") |
91
-
| geometry.coord_field | string | Coordinates field. Support all Geometry types (see [GeoJSON Example](https://en.wikipedia.org/wiki/GeoJSON)).<br/>If set, overwrite `geometry.lon_field`, `geometry.lat_field` and `geometry.alt_field`|
92
-
| geometry.type_field | string | Geometry type field (see [GeoJSON Example](https://en.wikipedia.org/wiki/GeoJSON))<br/>Only used if `geometry.coord_field` param is set |
93
-
| keep_geometry_info | boolean | Keep or not the original geometry fields in final GeoJSON properties (default: false) |
94
-
| exclude_fields | string | Exclude fields in final geojson properties (comma separate format) |
95
-
96
-
**NB**: Field name can use basic style like `a` or JSONpath style like `a.b.c[2].d`
0 commit comments