fofi
fofi
+, this would be great, Did someone found a workaround?
Not very nice, but I am doing the following to avoid making new requests ``` _.forEach(layer._vectorTiles, function (tile) { _.forEach(tile._features, function (feature, id) { layer.setFeatureStyle(id, layerConf.vectorTileLayerStyles) }) }) ``` I...
> @fofi Do you have a more complete example of this? I am getting `layer._vectorTiles` is undefined Are you using the latest version of the lib? I am using it...