umap
umap copied to clipboard
Separate datalayers settings and data POST
At this stage, the client makes a single call to save both datalayer's settings and data, it'd be cleaner to have two, because:
- now settings live in the DB
- that would make using the future API much easier (instead of dealing with a private
_umap_optionsin a whole json file)
cf #1333 #175