Feature/docs (#67)
This commit is contained in:
committed by
GitHub
parent
7a1ec55a5c
commit
81ca566b5e
@ -4,8 +4,6 @@ title: Map
|
||||
weight: 18
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
- **Name:** `map`
|
||||
- **UI:** Interactive map
|
||||
- **Data type:** `GeoJSON string``
|
||||
@ -20,7 +18,8 @@ For common options, see [Common widget options](/docs/widgets#common-widget-opti
|
||||
| -------- | ---------------------------------------------- | --------- | -------------------------------------------------------------------------------------------------- |
|
||||
| default | string | `''` | _Optional_. The default value for the field. Accepts a GeoJSON string containing a single geometry |
|
||||
| decimals | number | `7` | _Optional_. Precision of saved coordinates |
|
||||
| default | 'Point'<br />\| 'LineString'<br />\| 'Polygon' | `'Point'` | _Optional_. Data type |
|
||||
| type | 'Point'<br />\| 'LineString'<br />\| 'Polygon' | `'Point'` | _Optional_. Data type |
|
||||
| height | string | `'400px'` | _Optional_. Height of map element |
|
||||
|
||||
## Example
|
||||
|
||||
|
Reference in New Issue
Block a user