mapaction / mapaction-toolbox

A collection of tools to help streamline the process of producing maps including data renaming and map exports.
GNU General Public License v3.0
3 stars 1 forks source link

layout tool should update time_zone element #180

Closed clairebyrne closed 4 years ago

clairebyrne commented 4 years ago

Expected Behavior

Layout tool should update time_zone element on map canvas. Element checker should check for the presence of the time_zone text element

Actual Behavior

Layout tool updates timezone element on map Element checker checks for presence of timezone text element

Steps to Reproduce the Problem

  1. Open layout tool
  2. Change time zone
  3. Observe which element has been updated on map canvas
  4. Click element checker (cog in top right of layout tool). Observe timezone element listed

Specifications

harry-gibson commented 4 years ago

Currently the original timezone element still exists on the map canvas (as well as time_zone). This fix changes the tool to update both elements (if they are both present).