We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
とりあえず、nameとname_enが不一致だったら非表示とすればよさそう。
The text was updated successfully, but these errors were encountered:
例えば place レイヤで name と name:en が違う時に表示しない方法:
place
name
name:en
{ "id": "place-town", "type": "symbol", "source": "geolonia", "source-layer": "place", "filter": [ "all", [ "==", "class", "town" ], [ "==", "name", "name:en" ] ], "layout": { "text-font": [ "Noto Sans Regular" ], "text-size": 14, "text-field": "{name}", "text-max-width": 8, "visibility": "visible" }, "paint": { "text-color": "rgba(102, 102, 102, 1)", "text-halo-width": 1.2, "text-halo-color": "rgba(255,255,255,0.8)" } },
filter プロパティで制御できます。
filter
Sorry, something went wrong.
ありがとうございます。 試してみます。
No branches or pull requests
とりあえず、nameとname_enが不一致だったら非表示とすればよさそう。
The text was updated successfully, but these errors were encountered: