-
新タイルをデプロイ前に確認出来るような手段として。
例えば、 `srcUrlOverride=geolonia;https://tileserver.geolonia.com/v2-rc0/tiles.json` をURLに追加すると
style.json の `sources.geolonia.url` が `https://tileserver.geolonia.com/v2-rc…
-
宗教施設のアイコンを表示したい。
---
代々木ジャーミー
https://geolonia.github.io/preview/?style=geolonia/basic#17.46/35.668099/139.676639
神戸モスク
https://geolonia.github.io/preview/?style=geolonia/basic#19.05/34.696…
-
あ、地下鉄だけかもしれない
https://geolonia.github.io/preview/?style=geolonia/basic#16.2/35.712192/139.741119/20
-
スタイルの問題だった。
```shell
$ curl 'https://cdn.geolonia.com/style/geolonia/basic/en.json' -sL | jq '.layers' | jq '.[] | select(.id=="oc-label-country")' | jq .layout
{
"text-font": [
"Noto San…
-
en.json が正しく生成されていない。
```shell
$ curl 'https://cdn.geolonia.com/style/geolonia/basic/en.json' -sL | jq '.layers' | jq '.[] | select(.id=="oc-label-country")' | jq .layout
{
"text-font": [
…
-
https://geolonia.github.io/preview/?style=geolonia%2Fbasic#13.79/35.10434/136.72662
![スクリーンショット 2021-09-10 16 13 58](https://user-images.githubusercontent.com/8760841/132814858-f5616aae-af33-4a01-835…
-
ありがとうございます! 👍 また将来的に実際のスタイル(Basic, GSI, Midnight 等)でも確認できるとより便利そうです。
_Originally posted by @naogify in https://github.com/geolonia/sprites.geolonia.com/pull/34#pullrequestreview-779328314_
-
casing 追加?
https://geolonia.github.io/preview/?style=geolonia%2Fbutter#15.9/35.633936/139.77152
-
z8から市区町村が一気に表示されてしまい、道路や鉄道などその他の重要な情報を隠してしまうので、市区町村名の表示を人口?基準でズームレベルを分けたい。
https://geolonia.github.io/preview/?style=geolonia%2Fbasic#8/35.74/139.671
-
I am thinking how charites can provide better experience of style making to users.
Thus, I thought some idea of new command line interface design.
Currently, there are a lot of options for each co…