Config - Enable saving
As of version 1.2.0
you can enable saving of data files to a specific data file under config
To enable this you have to first enable authentication, saving is not supported without authentication.
You then have to designate a file as the incoming data file:
:save_to: travels/incoming
To then enable writing you have to create a webserver writable file config/travels/incoming.yaml
with the following content:
---
:points: []
Now when you go to the geocoder you should see a save
button, new points will be saved into this file. If you save the same point twice the old one gets updated.