Agata Brok

Results 18 comments of Agata Brok

Icon being either {} or [] is a bit of a pain. How about following OL feature case and introduce icon{} and icons[]. if no `icon` defined => get `icons`,...

The style editor supporting edits on default feature style and storing user locale in review at this point. Icon would be a separate design task. Detecting changes between workspace and...

when including a dataview object in the order I see the following error: infoj.mjs:130 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'layer') at line 130 in infoj.mjs:...

to apply on field: ```json "filter": { "type": "in", "searchbox": true }

@dbauszus-glx this is the logic of the search function which is a simple js-esque .includes(pattern). As we discussed before, we could make this available to a wider circle and ask...

in draft https://github.com/GEOLYTIX/xyz/pull/1250

optional information modal?

Covered in the related pr.

query endpoint is widely used to request data not related to a specific layer, such as non-spatial data based on location id. How is this going to be supported?

In order to use role description add roles object in the workspace: `"roles": { "this role": { "label": "This is a label that explains what this role does" } }`