Open alejandrogiubel opened 1 month ago
Bug Description Map labels are not showing
Steps to Reproduce Just use
final _futureTileProvider = PmTilesVectorTileProvider.fromSource( 'https://demo-bucket.protomaps.com/v4.pmtiles', ); VectorTileLayer( theme: ProtomapsThemes.lightV4(), tileProviders: TileProviders({ 'protomaps': snapshot.data!, }), fileCacheTtl: Duration.zero, ),
Expected Results A map with labels
Actual Results
Code Sample
https://github.com/josxha/flutter_map_plugins/issues/48
Hi @greensopinion any clue about this?
a couple of ideas:
some working examples: https://github.com/greensopinion/flutter-vector-map-tiles-examples
Bug Description Map labels are not showing
Steps to Reproduce Just use
Expected Results A map with labels
Actual Results
Code Sample
https://github.com/josxha/flutter_map_plugins/issues/48