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

[Experiment] Japanese, English, Local Language Label #258

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d170b50
initial world tile support
keichan34 May 11, 2022
0399245
Add admin_level=2 boundaries to geolonia source
keichan34 May 13, 2022
421f48b
use test font server for preview
naogify May 31, 2022
30f0944
set minzoom 1 for boundary, country name, ocean name (#201)
naogify Jun 3, 2022
24ebed8
some fix
naogify Jun 8, 2022
0556519
some fix
naogify Jun 8, 2022
626e6c0
Merge branch 'master' of github.com:geoloniamaps/basic into v3_planet…
naogify Jun 8, 2022
58d8ecb
首都名、州名、州境を追加 (#203)
naogify Jun 8, 2022
cf1c578
Merge branch 'v3_planet_tiles' of github.com:geoloniamaps/basic into …
naogify Jun 9, 2022
1fcd7c6
use oceanus v0.1.5
naogify Jun 9, 2022
c5c5478
地下鉄の調整 (#206)
marcofabrika Jun 14, 2022
d1f1c73
fix capital style (#207)
naogify Jun 15, 2022
deacde3
国境のスタイルを修正 (#209)
naogify Jun 15, 2022
4c7e53c
fix pref border (#211)
naogify Jun 15, 2022
4791ead
fix pref name (#213)
naogify Jun 15, 2022
2a121ac
fix twon name (#215)
naogify Jun 15, 2022
3840f1f
fix pref name padding in japan
naogify Jun 15, 2022
5c74b73
fix capital than zoom 6 (#220)
naogify Jun 16, 2022
348783d
fix osme state capital style (#223)
naogify Jun 16, 2022
3f2572e
県・市区町村名のスタイルを修正 (#226)
naogify Jun 22, 2022
d233b67
use Noto Sans Universal Regular
naogify Jun 24, 2022
c5acfc7
hide country, prefcture border on sea
naogify Jun 27, 2022
131f378
z6以上の国境と州境のスタイルを修正 (#229)
naogify Jun 29, 2022
c7edb95
高速のスタイルを修正 (#232)
naogify Jun 29, 2022
3f6a762
Merge branch 'v3_planet_tiles' of github.com:geoloniamaps/basic into …
naogify Jun 29, 2022
6dc5de6
Fix railway style (#233)
naogify Jun 30, 2022
20e66ff
remove ferry
naogify Jun 30, 2022
d456474
Merge branch 'v3_planet_tiles' of github.com:geoloniamaps/basic into …
naogify Jun 30, 2022
6c0ad2a
revert icon design for golobal (#236)
naogify Jul 1, 2022
e4389b8
fix road icon to default (#237)
naogify Jul 1, 2022
44e031b
poi の ズームレベルを変更 (#241)
naogify Jul 5, 2022
b8cf317
add subrub (#248)
naogify Jul 8, 2022
b2a165d
Add street name (#252)
naogify Jul 15, 2022
0fe7289
Fix minzoom (#253)
naogify Jul 15, 2022
9c8cda1
高速道路の色味の調整 #243 (#256)
marcofabrika Jul 21, 2022
f1b18d8
fix watername order
naogify Jul 21, 2022
9b3c9c0
use ja as main label
naogify Jul 21, 2022
31a8ac1
some fix
naogify Jul 21, 2022
5618d4a
update lang format
naogify Aug 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/basic.json

Large diffs are not rendered by default.

Binary file modified docs/basic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/[email protected]

Large diffs are not rendered by default.

Binary file modified docs/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
const map = new geolonia.Map({
container: "#map",
style: "./style.json",
localIdeographFontFamily: false
});

map.on('load', () => {
Expand Down
Loading