maplibre/martin

Include Maputnik style editor into the Martin binary

开放

#852 创建于 2023年8月30日

 (9 条评论) (3 个反应) (0 位负责人)Rust (377 个派生)auto 404
UIhelp wanted

仓库指标

星标
 (3,761 个星标)
PR 合并指标
 (平均合并 2天 16小时) (30 天内合并 78 个 PR)

描述

maputnik is an excellent style editor (now part of maplibre), but it is often complicated to combine maputnik with martin due to CORS. It is possible to combine them via docker compose and an nginx reverse proxy, but that's also combersome and complicated for novice users.

I think we should use actix_web_static_files or similar to build+package maputnik as part of the build.rs script, and include it inside the martin binary.

贡献者指南