Skip to content

Commit 0734233

Browse files
committed
remove 2x
1 parent ae1b322 commit 0734233

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/map/styles.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ class MapStyles {
55
static const List<MapStyleConfig> configs = [
66
MapStyleConfig(
77
nameKey: 'roads',
8-
urlTemplate: 'https://mt{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}&scale=2&gl=MA&hl={lang}',
8+
urlTemplate: 'https://mt{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}&gl=MA&hl={lang}',
99
subdomains: ['0', '1', '2', '3'],
1010
attribution: '© Google Maps',
1111
),
1212
MapStyleConfig(
1313
nameKey: 'satellite',
14-
urlTemplate: 'https://mt{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}&scale=2&gl=MA&hl={lang}',
14+
urlTemplate: 'https://mt{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}&gl=MA&hl={lang}',
1515
subdomains: ['0', '1', '2', '3'],
1616
attribution: '© Google Maps',
1717
isDark: true,
1818
),
1919
MapStyleConfig(
2020
nameKey: 'hybrid',
21-
urlTemplate: 'https://mt{s}.google.com/vt/lyrs=y&x={x}&y={y}&z={z}&scale=2&gl=MA&hl={lang}',
21+
urlTemplate: 'https://mt{s}.google.com/vt/lyrs=y&x={x}&y={y}&z={z}&gl=MA&hl={lang}',
2222
subdomains: ['0', '1', '2', '3'],
2323
attribution: '© Google Maps',
2424
isDark: true,
2525
),
2626
MapStyleConfig(
2727
nameKey: 'traffic',
28-
urlTemplate: 'https://mt{s}.google.com/vt/lyrs=m,traffic&x={x}&y={y}&z={z}&scale=2&gl=MA&hl={lang}',
28+
urlTemplate: 'https://mt{s}.google.com/vt/lyrs=m,traffic&x={x}&y={y}&z={z}&gl=MA&hl={lang}',
2929
subdomains: ['0', '1', '2', '3'],
3030
attribution: '© Google Maps',
3131
),

0 commit comments

Comments
 (0)