-
Notifications
You must be signed in to change notification settings - Fork 0
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
Geojson react #40
Geojson react #40
Conversation
Updated some remaining dependencies.
Moved the common functionality into a new component. Improved prop typing.
Improved prop typing.
Removed some unused components.
DT-2943: apply stricter filtering to shown alerts
More reliable smoke testing
@ruimagalhaes going to need your help, the leaflet.markercluster plugin runs and compiles fine, but when running tests there is an error because it extends |
# Conflicts: # app/component/AppBarSmall.js # app/component/ItineraryTab.js # app/component/TransitLeg.js # app/component/map/GeoJSON.js # app/component/map/MapWithTracking.js # app/component/map/PointFeatureMarker.js # app/config.js # package.json # test/unit/component/map/MapWithTracking.test.js # test/unit/helpers/init.js # yarn.lock
Merges HSLdevcom#2685 into our fork
Adds back marker clusters
Limits number of markers in view for better performance
edit:
Updates fork with upstream
Fixes GeoJSONCluster tests