Skip to content

Commit 7eec071

Browse files
committed
feat: add Example Split highway + Refs
1 parent 3ca29f0 commit 7eec071

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/components/MapFilters.vue

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,26 @@ const presets = [{
2525
dateStart: new Date('2023-08-01').toISOString().slice(0, 16),
2626
dateEnd: new Date('2023-09-30').toISOString().slice(0, 16),
2727
bbox: '-1.4865185506147705,43.57582751611194,-1.4857594854635559,43.57668833005737',
28-
2928
}, {
30-
title: 'Bridgehead - (Lines)',
29+
title: 'Bridge Construction Ends - (Lines)',
3130
dateStart: new Date('2024-07-01').toISOString().slice(0, 16),
3231
dateEnd: new Date('2024-08-01').toISOString().slice(0, 16),
3332
bbox: '-0.5420824675324966,44.82039347351967,-0.5393090634110976,44.82208861548204',
3433
}, {
35-
title: 'Buildings - (Surfaces)',
34+
title: 'Remap Buildings - (Surfaces)',
3635
dateStart: new Date('2024-12-10').toISOString().slice(0, 16),
3736
dateEnd: new Date('2024-12-15').toISOString().slice(0, 16),
3837
bbox: '-1.6537454710167148,42.685107065011486,-1.6509720668953156,42.68686379572838',
3938
}, {
40-
title: 'Node to Way Tags',
39+
title: 'Move Node Tags to Way',
4140
dateStart: new Date('2025-09-04').toISOString().slice(0, 16),
4241
dateEnd: new Date('2025-10-04').toISOString().slice(0, 16),
4342
bbox: '1.890431110148569,49.126892511822376,1.8909489817189638,49.127209658721114',
43+
}, {
44+
title: 'Split highway + Refs',
45+
dateStart: new Date('2024-12-12').toISOString().slice(0, 16),
46+
dateEnd: new Date('2024-12-13').toISOString().slice(0, 16),
47+
bbox: '-1.405801462176413,43.33124243726789,-1.3963476233167,43.33767765881896',
4448
}] satisfies Preset[]
4549
4650
const formRef = ref<InstanceType<typeof HTMLFormElement>>()

0 commit comments

Comments
 (0)