You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
styles.json in root dir (with inputs/ and outputs/)
its a list of pressets with layer name. selected features, colorsmaps. size, etc.
can save a preset in settings
change save for apply (in settings).
need a trash to delete them. in the selection menu.
select preset. in side panel. over the layer selector
when saving a preset. ask for the name in a dialog. reuse loaded preset name as default name. that way you can overwrite a preset with your modification or create a new one.
The text was updated successfully, but these errors were encountered:
its an array [ { name ,layer, displaySettings: {...} } ]
can create or modify presets.
can chose a preset
can delete a preset.
for now. you cannot upload a preset in import. it it working with the zip and S3 import. it is also export in zip format if needed.
I dont know if we want to have the possibility to import a styles.json. it is a quenedi file, it is create by quenedi
NOTE: quetzal backend copy the file in a folder ./ . this doesnt create any problem. but it should not do that.
styles.json in root dir (with inputs/ and outputs/)
its a list of pressets with layer name. selected features, colorsmaps. size, etc.
can save a preset in settings
change save for apply (in settings).
need a trash to delete them. in the selection menu.
select preset. in side panel. over the layer selector
when saving a preset. ask for the name in a dialog. reuse loaded preset name as default name. that way you can overwrite a preset with your modification or create a new one.
The text was updated successfully, but these errors were encountered: