Julio Rennan
Julio Rennan
Same question, someone had an update about this?
It's has been open for seven months now. Someone has any update?
The same here.
Hi i solved this with the following code: ``` final startDate = DateTime.now().millisecondsSinceEpoch; final endDate = DateTime.now().millisecondsSinceEpoch; mgController.style.addSource( RasterSource( id: "raster_source", tiles: ["https://example.com.br//radar/tiles/$startDate_$endDate_{x}_{y}_{z}.png"], tileSize: 256, ), ); await mgController.style.addLayer( RasterLayer(...