This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch feat/plugin-chart-country-map-rework
in repository https://gitbox.apache.org/repos/asf/superset.git
from 1fffd9d832f docs(country-map): SIP — add procedural/ escape hatch for
edge cases
add 1eb48e94fce feat(country-map): scaffold scripts/ dir with YAML config
schemas
No new revisions were added by this update.
Summary of changes:
.../plugin-chart-country-map/scripts/README.md | 43 +++++++
.../scripts/config/composite_maps.yaml | 130 +++++++++++++++++++
.../scripts/config/flying_islands.yaml | 137 +++++++++++++++++++++
.../scripts/config/name_overrides.yaml | 81 ++++++++++++
.../scripts/config/regional_aggregations.yaml | 94 ++++++++++++++
.../scripts/config/territory_assignments.yaml | 81 ++++++++++++
.../scripts/procedural/README.md | 62 ++++++++++
7 files changed, 628 insertions(+)
create mode 100644
superset-frontend/plugins/plugin-chart-country-map/scripts/README.md
create mode 100644
superset-frontend/plugins/plugin-chart-country-map/scripts/config/composite_maps.yaml
create mode 100644
superset-frontend/plugins/plugin-chart-country-map/scripts/config/flying_islands.yaml
create mode 100644
superset-frontend/plugins/plugin-chart-country-map/scripts/config/name_overrides.yaml
create mode 100644
superset-frontend/plugins/plugin-chart-country-map/scripts/config/regional_aggregations.yaml
create mode 100644
superset-frontend/plugins/plugin-chart-country-map/scripts/config/territory_assignments.yaml
create mode 100644
superset-frontend/plugins/plugin-chart-country-map/scripts/procedural/README.md