Skip to content

Commit 000e6d1

Browse files
Rework roadmap (#466)
* rework roadmap * add globe and terrain to native * description * move bounty guide to jobs * webgpu * add luma * format * fix format * make sure that the roadmap items behave the same as other cards * add a roadmap item for tiles * add a roadmap item for the frontend * add a martin-core roadmap item * add a style specific roadmap item * add a roadmap item for observability * formatting fix * update the globe image to be nicer * fix bug of corner-borders appearing --------- Co-authored-by: Frank Elsinga <[email protected]>
1 parent 14ed169 commit 000e6d1

File tree

90 files changed

+987
-214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+987
-214
lines changed

src/content.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ const roadmapItems = defineCollection({
3131
heroImage: image(),
3232
heroImageFit: z.optional(z.enum(["fill", "contain", "cover"])),
3333
status: z.enum(["under-consideration", "in-progress", "released"]),
34+
project: z
35+
.enum([
36+
"general",
37+
"maplibre-native",
38+
"maplibre-gl-js",
39+
"maplibre-tiles",
40+
"martin",
41+
])
42+
.default("general"),
3443
bountyLink: z.optional(z.string()),
3544
bountyActive: z.optional(z.boolean()),
3645
released: z.optional(

src/content/news/2023-03-23-metal-project-team-started/index.mdx

Lines changed: 1 addition & 1 deletion

src/content/news/2023-09-18-maplibre-newsletter-september-2023/index.mdx

Lines changed: 1 addition & 1 deletion

src/content/news/2023-12-30-maplibre-newsletter-december-2023/index.mdx

Lines changed: 1 addition & 1 deletion

src/content/news/2025-08-04-maplibre-newsletter-july-2025/index.mdx

Lines changed: 2 additions & 2 deletions
-26 KB
Binary file not shown.

src/content/roadmap/documentation/index.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/content/roadmap/community-governance/index.mdx renamed to src/content/roadmap/general/community-governance/index.mdx

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)