mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 19:55:29 +00:00
[Docs] added field for storing map
related PR https://github.com/frappe/frappe/pull/4327
This commit is contained in:
@@ -56,6 +56,17 @@ Integer field holds numeric value, without decimal place.
|
||||
|
||||
Link field is connected to another master from where it fetches data. For example, in the Quotation master, Customer is a Link field.
|
||||
|
||||
- Map
|
||||
|
||||
Use Map field to store GeoJSON <a href="https://tools.ietf.org/html/rfc7946#section-3.3">featurecollection</a>. Stores polygons, lines and points. Internally it uses following custom properties for identifying a circle.
|
||||
|
||||
```
|
||||
{
|
||||
"point_type": "circle",
|
||||
"radius": 10.00
|
||||
}
|
||||
```
|
||||
|
||||
- Password
|
||||
|
||||
Password field will have decode value in it.
|
||||
|
||||
Reference in New Issue
Block a user