Skip to content

No labels showing #101

@alejandrogiubel

Description

@alejandrogiubel

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
image

Actual Results
image

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,
),

josxha/flutter_map_plugins#48

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions