Skip to content

Commit 16399a4

Browse files
committed
Adapt to changes in Mapping API
1 parent 0fce37f commit 16399a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/handlebars/content.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ parent: feed
5252
5353
{{#each item.locations}}
5454
{{#with (wrap item.images @index)}}
55-
mapping.mark(null, {{lon}}, {{lat}}, `{{name}}`, '/image/{{item.slug}}/thumb-{{name}}.webp');
55+
mapping.mark(null, {{lon}}, {{lat}}, `{{name}}`, null, '/image/{{item.slug}}/thumb-{{name}}.webp');
5656
{{/with}}
5757
{{/each}}
5858

src/main/handlebars/journey.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ parent: feed
9595
{{#each itinerary}}
9696
{{#each locations}}
9797
{{#with (wrap images @index)}}
98-
mapping.mark('#{{scroll slug}}', {{lon}}, {{lat}}, `{{title}}: {{../name}}`, '/image/{{slug}}/thumb-{{name}}.webp');
98+
mapping.mark('#{{scroll slug}}', {{lon}}, {{lat}}, `{{title}}: {{../name}}`, null, '/image/{{slug}}/thumb-{{name}}.webp');
9999
{{/with}}
100100
{{/each}}
101101
{{/each}}

0 commit comments

Comments
 (0)