Skip to content

Commit

Permalink
Update example/lib/layer.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Joscha <[email protected]>
  • Loading branch information
LouisRaverdy and josxha authored Nov 21, 2024
1 parent 85dc288 commit 57fe9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/layer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class LayerState extends State {
dynamic featureId, Point<double> point, LatLng latLng, String layerId) {
final snackBar = SnackBar(
content: Text(
'Tapped feature with id $featureId on payer $layerId',
'Tapped feature with id $featureId on layer $layerId',
style: const TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
),
backgroundColor: Theme.of(context).primaryColor,
Expand Down

0 comments on commit 57fe9a7

Please sign in to comment.