Skip to content

Commit 43ac4d3

Browse files
authored
Cleanup roadmap - bounty and released date (#371)
1 parent e9ac22b commit 43ac4d3

File tree

21 files changed

+63
-99
lines changed

21 files changed

+63
-99
lines changed

src/content.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ const roadmapItems = defineCollection({
4040
status: z.enum(["under-consideration", "in-progress", "released"]),
4141
bountyLink: z.optional(z.string()),
4242
bountyActive: z.optional(z.boolean()),
43+
released: z.optional(
44+
z.string().transform((str) => {
45+
const [month, year] = str.split(" ");
46+
return new Date(`${month} 1, ${year}`);
47+
}),
48+
),
4349
}),
4450
});
4551

src/content/roadmap/blending-modes/index.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,4 @@ Goal:
1212

1313
Image Credit: <a href="https://upload.wikimedia.org/wikipedia/commons/7/77/Hue_alpha_falloff.svg">Wikipedia</a>
1414

15-
GitHub Tracking Issue (💰 Bounties): https://github.com/maplibre/maplibre/issues/269
16-
17-
Total Pre-Approved\* Budget: USD 5,000
18-
19-
\*) The MapLibre Governing Board has given a pre-approval for this amount. If you require more funding to work on this Bounty Direction, please get in touch with the Governing Board. See also "Budget Increase" in the wiki: https://github.com/maplibre/maplibre/wiki/Bounty-System
20-
21-
Find the Blending Modes discussion here: [#170](https://github.com/maplibre/maplibre/discussions/170).
15+
Discussion Thread: [#170](https://github.com/maplibre/maplibre/discussions/170).

src/content/roadmap/community-governance/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: Community & Governance
33
heroImage: "./image.png"
44
status: released
5+
released: January 2021
56
---
67

78
Kick-off the community & setup governance for the project
89

910
https://www.maptiler.com/news/2021/01/mapbox-gl-open-source-fork/
10-
11-
Released: January 2021

src/content/roadmap/documentation/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ Goals:
1010

1111
- Write tutorials and getting started guides to help people migrate existing projects to MapLibre or help them with new map rendering projects.
1212
- Modernize documentation tooling to meet today's best practices and most widely adopted solutions.
13-
14-
GitHub Tracking Issue (💰 Bounties): https://github.com/maplibre/maplibre/issues/191
15-
16-
Total Pre-Approved\* Budget: USD 10,000
17-
18-
\*) The MapLibre Governing Board has given a pre-approval for this amount. If you require more funding to work on this Bounty Direction, please get in touch with the Governing Board. See also "Budget Increase" in the wiki: https://github.com/maplibre/maplibre/wiki/Bounty-System

src/content/roadmap/globe-view/index.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,4 @@ Goals:
1111
- Zoom out via Adaptive Composite Map Projection
1212
- Ability to show and interact with Globe (or alternative view on earth) when map is zoomed out - while reusing and loading the same Mercator vector tile and raster data - client side reprojection of the data - using Adaptive Composite Map Projection - where deeply zoomed you are in Mercator - but from certain zoom level up there is transition to another projection.
1313

14-
GitHub Tracking Issue (💰 Bounties): https://github.com/maplibre/maplibre/issues/190
15-
16-
Bounty Proposal Discussion: https://github.com/maplibre/maplibre/discussions/161
17-
18-
Total Pre-Approved\* Budget: USD 20,000
19-
20-
\*) The MapLibre Governing Board has given a pre-approval for this amount. If you require more funding to work on this Bounty Direction, please get in touch with the Governing Board. See also "Budget Increase" in the wiki: https://github.com/maplibre/maplibre/wiki/Bounty-System
14+
Discussion Thread: https://github.com/maplibre/maplibre/discussions/161

src/content/roadmap/ios-android-release/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: iOS and Android SDK Release
33
heroImage: "./image.png"
44
status: released
5+
released: June 2021
56
---
67

78
Public release of Android & iOS open-source SDK
89

910
https://www.maptiler.com/news/2021/06/maplibre-gl-native-open-source-mobile-sdk-for-android-and-ios/
1011

1112
GitHub: https://github.com/maplibre/maplibre-native
12-
13-
Released: June 2021

src/content/roadmap/js-docs/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: JS Documentation Website
33
heroImage: "./image.png"
44
status: released
5+
released: April 2021
56
---
67

78
Publish examples and reference docs for GL JS: https://maplibre.org/maplibre-gl-js-docs/api/
89

910
GitHub repository: https://github.com/maplibre/maplibre-gl-js-docs
10-
11-
Released: April 2021

src/content/roadmap/lightweight-renderers/index.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,4 @@ Goal:
1212

1313
Image Credit: <a href="https://openverse.org/image/9dc5204d-ef38-4921-9b56-4f225741a2f3?q=renderer%20blocks">Openverse</a>
1414

15-
GitHub Tracking Issue (💰 Bounties): https://github.com/maplibre/maplibre/issues/273
16-
17-
Total Pre-Approved\* Budget: USD 10,000
18-
19-
\*) The MapLibre Governing Board has given a pre-approval for this amount. If you require more funding to work on this Bounty Direction, please get in touch with the Governing Board. See also "Budget Increase" in the wiki: https://github.com/maplibre/maplibre/wiki/Bounty-System
20-
21-
Find the Lightweight Renderers discussion here: [#159](https://github.com/maplibre/maplibre/discussions/159).
15+
Discussion Thread: [#159](https://github.com/maplibre/maplibre/discussions/159).

src/content/roadmap/metal/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Metal
33
heroImage: "./image.png"
44
status: released
5+
released: January 2024
56
---
67

78
Implement a Metal graphics backend to ensure iOS in future releases is fully supported, as Apple is deprecating OpenGL.

src/content/roadmap/modernize-codebase/index.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,4 @@ Goal:
1212

1313
Image Credit: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/Globe_logo.svg/1142px-Globe_logo.svg.png">Wikipedia</a>
1414

15-
GitHub Tracking Issue (💰 Bounties): https://github.com/maplibre/maplibre/issues/270
16-
17-
Total Pre-Approved\* Budget: USD 10,000
18-
19-
\*) The MapLibre Governing Board has given a pre-approval for this amount. If you require more funding to work on this Bounty Direction, please get in touch with the Governing Board. See also "Budget Increase" in the wiki: https://github.com/maplibre/maplibre/wiki/Bounty-System
20-
21-
Find the Modernize Codebase discussion here: [#185](https://github.com/maplibre/maplibre/discussions/185).
15+
Discussion Thread: [#185](https://github.com/maplibre/maplibre/discussions/185).

0 commit comments

Comments
 (0)