This issue tracks the work required to implement settings management capability to WP-Trip-Summary.
Available settings
Tile layer option - allows the use to change the provider for the tile layer. Right now OSM is used by default. This will remain the default option;
Configure teaser: whether to display it or not and what text should be displayed. Default is to display it and the default text is the one being displayed right now.
Enable magnifying glass capability in frontend map;
Enable full screen capability in frontend map;
What units of measure to display (this will not to any actual conversions, it will only attach meaning to the numbers entered). Options are metric and imperial. Default is metric.
Enable map scale in both frontend and backend maps. Default is to enable.
Required changes
1. Back-end administration panel
add settings management page;
add settings management menu option;
inject settings into trip summary editor (e.g. the tile layer URL setting);
This issue tracks the work required to implement settings management capability to WP-Trip-Summary.
Available settings
Required changes
1. Back-end administration panel
2. Frontend viewer