Skip to content

Commit

Permalink
avoid using subdomains for openstreetmap server
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Nov 13, 2023
1 parent 176d4d2 commit ee1cb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/common/components/map/encointer_map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class EncointerMap extends StatelessWidget {
),
children: [
TileLayer(
urlTemplate: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
urlTemplate: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
),
PopupMarkerLayer(
options: PopupMarkerLayerOptions(
Expand Down

0 comments on commit ee1cb19

Please sign in to comment.