This PR simplifies the map settings by removing the possibility to choose between light and dark options for the labels and boundaries.
⚠️ This PR changes the type of the default_labels and default_boundaries attributes in Strapi. It's possible that when deployed, Strapi will fail to restart because the database will contain string values. This is what happened on my computer but I'm using a SQLite database instead of PostgreSQL.
Acceptance criteria
The settings for the labels is reduced to a on/off toggle
The settings for the boundaries is reduced to a on/off toggle
When the satellite basemap is displayed:
If the labels are enabled, the light labels are displayed
If the boundaries are enabled, the dark boundaries are displayed
When the light basemap is displayed:
If the labels are enabled, the dark labels are displayed
If the boundaries are enabled, the light boundaries are displayed
This PR simplifies the map settings by removing the possibility to choose between light and dark options for the labels and boundaries.
⚠️ This PR changes the type of the
default_labels
anddefault_boundaries
attributes in Strapi. It's possible that when deployed, Strapi will fail to restart because the database will contain string values. This is what happened on my computer but I'm using a SQLite database instead of PostgreSQL.Acceptance criteria
Tracking
ORC-624