-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make map style support localization #30
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for junaan ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #30 +/- ##
=======================================
Coverage 99.25% 99.25%
=======================================
Files 32 32
Lines 809 809
Branches 235 235
=======================================
Hits 803 803
Misses 6 6 ☔ View full report in Codecov by Sentry. |
Deploying with Cloudflare Pages
|
# Conflicts: # src/utils/map.ts
When changing mapStyle which occurs when switching locale, maplibre-gl occasionally throws errors related to missing layer referred to in beforeId props. Disabling styleDiffing seems to be a workaround. See related issues: * maplibre/maplibre-gl-js#2587 * visgl/react-map-gl#939 * visgl/react-map-gl#1812
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.