Feature/website overhaul (#49)
* Reorganize repo * Overhaul website design and rewrite in NextJS and Typescript * Delete website-publish.yml
This commit is contained in:
committed by
GitHub
parent
3674ee5bd8
commit
421ecf17e6
20
website/content/docs/widget-map.mdx
Normal file
20
website/content/docs/widget-map.mdx
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
group: Widgets
|
||||
title: Map
|
||||
weight: 18
|
||||
---
|
||||
The map widget allows you to edit spatial data using an interactive map. Spatial data for a single piece of geometry saves as a GeoJSON string in WGS84 projection.
|
||||
|
||||
* **Name:** `map`
|
||||
* **UI:** interactive map
|
||||
* **Data type:** GeoJSON string
|
||||
* **Options:**
|
||||
|
||||
* `decimals`: accepts a number to specify precision of saved coordinates; defaults to 7 decimals
|
||||
* `default`: accepts a GeoJSON string containing a single geometry; defaults to an empty string
|
||||
* `type`: accepts one string value of `Point`, `LineString` or `Polygon`; defaults to `Point`
|
||||
* **Example:**
|
||||
|
||||
```yaml
|
||||
- {label: "Location", title: "location", widget: "map" }
|
||||
```
|
Reference in New Issue
Block a user