gsc014 opened a new pull request, #44427: URL: https://github.com/apache/superset/pull/44427
### SUMMARY Replaces simplified/incorrect Norway county boundaries in `norway.geojson` with more accurate geometry, matched by county number (`fylkesnummer`) to the current (post-2024) ISO 3166-2:NO county codes. The previous file had two problems: - Geometry detail had been lost/simplified for the 15 mainland counties. - Region IDs were wrong and has been updated. Detailed geometry was sourced from Kartverket county data and normalized to clockwise-exterior / counter-clockwise-hole ring winding, matching the convention already used by the other country files. ### BEFORE/AFTER SCREENSHOTS Before: <img width="662" height="511" alt="Skjermbilde 2026-09-18 135245" src="https://github.com/user-attachments/assets/989bbf32-db21-4dd4-ad1a-25629910f599" /> <img width="472" height="395" alt="Skjermbilde 2026-09-18 135257" src="https://github.com/user-attachments/assets/2fb09957-21e1-4b2f-b4ce-b615d883b4fa" /> After: <img width="1810" height="1398" alt="Skjermbilde 2026-09-18 135153" src="https://github.com/user-attachments/assets/9f37791f-962a-4db8-85ee-cff00bc34dd1" /> <img width="258" height="143" alt="Skjermbilde 2026-09-18 135534" src="https://github.com/user-attachments/assets/fe43293c-61b8-44be-be01-db6bac41ddf1" /> ### TESTING INSTRUCTIONS 1. Run Superset locally 2. Create a Country Map chart with country = Norway 3. Verify all 17 counties (Buskerud, Agder, Akershus, Oslo, Finnmark, Troms, Østfold, Vestland, Møre og Romsdal, Telemark, Vestfold, Rogaland, Trøndelag, Nordland, Innlandet, Svalbard, Jan Mayen) render with correct, undistorted boundaries and no region fills the whole map ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
