Skip to content

Commit f545ac9

Browse files
committed
docs(github-io): minor changes on roadmap
1 parent 88b0873 commit f545ac9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/github-io/components/roadmapData.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ export const phases: Phase[] = [
2828
body: 'Initial release with OpenLayers integration, plugin system, and i18n support.',
2929
accentIcon: 'orbit',
3030
},
31-
{
32-
title: 'Plugin Suite Expanded',
33-
body: 'Added address search, reverse geocoder, scale bar, fullscreen toggle, layer chooser, and toast notifications.',
34-
accentIcon: 'extension',
35-
},
3631
],
3732
},
3833
{
@@ -42,6 +37,11 @@ export const phases: Phase[] = [
4237
accentIcon: 'check',
4338
milestoneIcon: 'check',
4439
items: [
40+
{
41+
title: 'Plugin Suite Expanded',
42+
body: 'Added address search, reverse geocoder, scale bar, fullscreen toggle, layer chooser, and toast notifications.',
43+
accentIcon: 'extension',
44+
},
4545
{
4646
title: 'More Geostuff',
4747
body: 'Extended GeoJSON handling, cluster visualisation, and improved WMS/WFS layer management.',

0 commit comments

Comments
 (0)