ui/locations/entries
Exports a collection of entry methods for location views.
Requires
- module:/ui/locations/entries/boolean
- module:/ui/locations/entries/cloudinary
- module:/ui/locations/entries/dataview
- module:/ui/locations/entries/date
- module:/ui/locations/entries/geometry
- module:/ui/locations/entries/json
- module:/ui/locations/entries/key
- module:/ui/locations/entries/layer
- module:/ui/locations/entries/link
- module:/ui/locations/entries/numeric
- module:/ui/locations/entries/pills
- module:/ui/locations/entries/pin
- module:/ui/locations/entries/ping
- module:/ui/locations/entries/query_button
- module:/ui/locations/entries/tab
- module:/ui/locations/entries/text
- module:/ui/locations/entries/textarea
- module:/ui/locations/entries/time
- module:/ui/locations/entries/title
Methods
(inner) defaults()
The deprectaed defaults entry method was setting the and updating the mapp user to the entry field.
This method has been deprecated in favour of a more general plugin to set and update the user email and datetime.
- Deprecated
- Yes
(inner) legacy_layer(entry) → {function}
The legacy_layer method maps the layer entry method to the deprecated vector_layer and mvt_clone methods.
The type:'layer' will be assigned, overwriting the 'mvt_clone' and 'vector_layer' types.
id
will be assigned as default for qID which is required for vector format layers.
The name is assigned from the label property.
Parameters:
Name | Type | Description |
---|---|---|
entry | infoj-entry | mvt_clone type entry. |
Returns:
layer entry method.
- Type:
- function