fix(dashboard): Simplify and reproject France Regions map#26848
Closed
dmeaux wants to merge 3 commits intoapache:masterfrom
dmeaux:Simplify-France-Regions-Map
Closed
fix(dashboard): Simplify and reproject France Regions map#26848dmeaux wants to merge 3 commits intoapache:masterfrom dmeaux:Simplify-France-Regions-Map
dmeaux wants to merge 3 commits intoapache:masterfrom
dmeaux:Simplify-France-Regions-Map
Conversation
Contributor
|
I confirm that the new geojson file gets displayed correctly in the graph preview !
|
Member
|
It seems like we have conflicts that need to be resolved, but I'd love to get this merged. Also, do you know how to add/support this in the python notebook? I have a PR open to consolidate everything into that workflow, but right now the Italy Regions and France Regions maps are the exceptions I still want to sort out. |
This was referenced Jan 30, 2024
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

fix(dashboard): simplify and reproject France Regions map
SUMMARY
The previous version of the GeoJSON file was in EPSG 2154 projection and contained a high level of detail in the boundaries. This version has been reprojected to WGS84 (EPSG 4326) with the boundaries simplified, reducing the file size from ~12 MB to less than 900 KB.
BEFORE SCREENSHOTS
AFTER SCREENSHOTS
TS
ADDITIONAL INFORMATION