-
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
CDC #113 - Place Layers #248
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one license question about a dependency. Looks great.
@@ -12,7 +12,8 @@ | |||
"@mapbox/mapbox-gl-draw": "^1.4.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this was in there prior to this PR, but is the mapbox-gl-draw
license compatible with MIT or BSD?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. Looks like mapbox-gl-draw
is published under the "ISC License", which is equivalent to the BSD 2-Clause and MIT licenses.
…erlayLayers component to include "georeference" layer type
…o/maplibre warped layer components
…ference_layers CDC #248 - Geo-reference layers
This pull request adds the LayerMenu, GeoJsonLayer, and RasterLayer components to support rendering custom layers within a MapDraw component. This pull request also creates the MapControl component to allow creating custom map controls.
This pull request also fixes a bug with the
maplibre-gl
styles not being applied properly.