Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoJSON で marker-symbol を指定してもアイコンが表示されない #293

Open
naogify opened this issue Jun 17, 2022 · 0 comments
Labels
bug Something isn't working Priority: High The issue has high priority

Comments

@naogify
Copy link
Member

naogify commented Jun 17, 2022

Embed API のドキュメントには、GeoJSON に marker-symbol を追加したときに、アイコンが表示されるとなっている。

https://docs.geolonia.com/geojson/#:~:text=%E2%97%8B-,marker%2Dsymbol,-%E3%83%9E%E3%83%BC%E3%82%AB%E3%83%BC%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3

Embed API を見てみると、内部で アイコンに -11-15 を指定している。

['==', 'large', ['get', 'marker-size']], ['image', ['concat', ['get', 'marker-symbol'], '-15']],
['image', ['concat', ['get', 'marker-symbol'], '-11']],

しかし、現状 basic スタイルに関しては、サフィックス なしのアイコンを使用しているので表示されない。

解決方法

  1. sprite.geolonia.com のアイコンのサフィックスを削除する
  2. basic スタイルに同梱しているアイコンにサフィックスを追加する
  3. embed api で サフイックス無しでいけるよう対応する。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: High The issue has high priority
Projects
None yet
Development

No branches or pull requests

1 participant