maplibre/martin

Include Maputnik style editor into the Martin binary

オープン

#852 opened on 2023/08/30

 (9 件のコメント) (3 件のリアクション) (0 人の担当者)Rust (377 件のフォーク)auto 404
UIhelp wanted

Repository metrics

Stars
 (3,761 個のスター)
PR merge metrics
 (平均マージ 2d 16h) (30d で 78 merged PRs)

説明

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.

コントリビューターガイド