-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Code Sample
final _futureTileProvider = PmTilesVectorTileProvider.fromSource(
'https://demo-bucket.protomaps.com/v4.pmtiles',
);
VectorTileLayer(
theme: ProtomapsThemes.lightV4(),
tileProviders: TileProviders({
'protomaps': snapshot.data!,
}),
fileCacheTtl: Duration.zero,
),
amrbadr12
Metadata
Metadata
Assignees
Labels
No labels