Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
Adding the source works fine and also all other attributes are working. Except the lineDasharry attribute.
The following error is given by the console:
Error setting property: line-dasharray value must be an array of numbers
Adding the same layer in the style.json, works fine.
Hi all, I'm trying to add two lines with a line-dasharray property as a new source.
Adding the source works fine and also all other attributes are working. Except the lineDasharry attribute. The following error is given by the console:
Error setting property: line-dasharray value must be an array of numbers
Adding the same layer in the style.json, works fine.
Looks like an error in the flutter binding. Maybe just a small issue.