issues
search
mapcomponents
/
react-map-components-maplibre
A react component framework for declarative GIS application development.
MIT License
119
stars
18
forks
source link
Feature/vector tile layers as array
#38
Closed
fapola
closed
2 years ago
fapola
commented
2 years ago
Breaking change:
Change Layers for MlVectorTileLayer from type
object
to
array
.
Other improvements:
Add the possibility to add and remove layers dynamically
Configure story to show two MlVectorTileLayers: Water and Buildings
Breaking change:
object
toarray
.Other improvements: