|
| 1 | +--- |
| 2 | +title: "MapTiler becomes a MapLibre Silver Sponsor" |
| 3 | +date: "2025-03-31" |
| 4 | +categories: ["announcements"] |
| 5 | +authors: [ramyaragupathy] |
| 6 | +draft: false |
| 7 | +--- |
| 8 | + |
| 9 | +import { Image } from "astro:assets"; |
| 10 | +import maptiler from "./maptiler-logo.svg"; |
| 11 | +import maplibre from "./maplibre-logo-for-light-bg.svg"; |
| 12 | + |
| 13 | +We are excited to announce that MapTiler has joined the MapLibre project as a Silver Sponsor! |
| 14 | + |
| 15 | +<div |
| 16 | + style={{ |
| 17 | + backgroundColor: "white", |
| 18 | + padding: "2rem 3rem", |
| 19 | + border: "10px solid #cfd8dc", |
| 20 | + borderRadius: "0", |
| 21 | + display: "flex", |
| 22 | + justifyContent: "center", |
| 23 | + alignItems: "center", |
| 24 | + gap: "3rem", |
| 25 | + marginBottom: "3rem", |
| 26 | + }} |
| 27 | +> |
| 28 | + <div style={{ display: "flex", alignItems: "center", height: "120px" }}> |
| 29 | + <Image src={maplibre} alt="MapLibre logo" height={70} /> |
| 30 | + </div> |
| 31 | + <div style={{ display: "flex", alignItems: "center", height: "120px" }}> |
| 32 | + <Image src={maptiler} alt="MapTiler logo" height={90} /> |
| 33 | + </div> |
| 34 | +</div> |
| 35 | + |
| 36 | +[MapTiler](https://www.maptiler.com/) is a global provider of mapping services and software tools, recognized for their strong commitment to the open-source mapping ecosystem. They are the original creators and primary maintainers of the OpenMapTiles project, and actively contribute to MapLibre, OSMNames, and several other open-source initiatives. |
| 37 | + |
| 38 | +MapTiler has played a significant role in the early development of MapLibre, contributing to the initial MapLibre Native SDKs, designing the logo and website, supporting fundraising, legal, operational and marketing efforts. |
| 39 | +Their contributions span both technical development and community-building. |
| 40 | + |
| 41 | +By becoming a Silver Sponsor, MapTiler continues its strong commitment to open-source geospatial software and to the growing MapLibre ecosystem. |
| 42 | + |
| 43 | +We’re grateful for MapTiler’s continued support and look forward to ongoing collaboration! |
0 commit comments