Skip to content

Commit d0629da

Browse files
fix typo in tileserver
1 parent 53b72fc commit d0629da

File tree

15 files changed

+19
-19
lines changed

15 files changed

+19
-19
lines changed

src/content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const roadmapItems = defineCollection({
3737
"maplibre-native",
3838
"maplibre-gl-js",
3939
"maplibre-tile-format",
40-
"martin-tileserver",
40+
"martin-tile-server",
4141
])
4242
.default("general"),
4343
bountyLink: z.optional(z.string()),

src/content/roadmap/martin/data-cog/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: COG Support
33
heroImage: "./image.png"
4-
project: martin-tileserver
4+
project: martin-tile-server
55
status: in-progress
66
---
77

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: GeoJSON Support
33
heroImage: "./image.png"
4-
project: martin-tileserver
4+
project: martin-tile-server
55
status: in-progress
66
---
77

88
Dynamic vector tile generation from GeoJSON files and APIs.
99

10-
This feature is designed as a stepping stone towards supporting other vector tile formats like [GeoParquet](/roadmap/martin-tileserver/data-geoparquet).
10+
This feature is designed as a stepping stone towards supporting other vector tile formats like [GeoParquet](/roadmap/martin-tile-server/data-geoparquet).
1111

1212
GitHub Issues: [#2054](https://github.com/maplibre/martin/issues/2054)

src/content/roadmap/martin/data-geoparquet/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GeoParquet Support
33
heroImage: "./image.png"
4-
project: martin-tileserver
4+
project: martin-tile-server
55
status: under-consideration
66
---
77

src/content/roadmap/martin/data-mbtiles/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MBTiles Support
33
heroImage: "./image.png"
4-
project: martin-tileserver
4+
project: martin-tile-server
55
status: released
66
released: December 2022
77
---

src/content/roadmap/martin/data-pmtiles/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: PMTiles Support
33
heroImage: "./image.png"
4-
project: martin-tileserver
4+
project: martin-tile-server
55
status: released
66
released: February 2023
77
---

src/content/roadmap/martin/data-postgis/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: PostgreSQL/PostGIS Integration
33
heroImage: "./image.png"
4-
project: martin-tileserver
4+
project: martin-tile-server
55
status: released
66
released: January 2023
77
---

src/content/roadmap/martin/frontend/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Frontend UI
33
heroImage: "./image.png"
4-
project: martin-tileserver
4+
project: martin-tile-server
55
status: released
66
released: August 2025
77
---

src/content/roadmap/martin/martin-core-library/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Martin Core Library
33
heroImage: "./image.png"
4-
project: martin-tileserver
4+
project: martin-tile-server
55
status: released
66
released: September 2025
77
---
88

99
Previously, our code was usable as a library.
10-
To publish a v1.0 release of martin, we had to decouple the release cycle of our internal code (now `martin-core`) and the public tileserver `martin`.
10+
To publish a v1.0 release of martin, we had to decouple the release cycle of our internal code (now `martin-core`) and the public tile-server `martin`.
1111
`martin-core` is a modular Rust library enabling Martins functionality to be embedded in other rust applications.
1212
This empowers future embedding tile serving in web applications, building custom GIS tools, and rapid prototyping of geospatial services.
1313

src/content/roadmap/martin/observability/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitoring & Observability
33
heroImage: "./image.png"
4-
project: martin-tileserver
4+
project: martin-tile-server
55
status: in-progress
66
---
77

0 commit comments

Comments
 (0)