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

Render our own font stack #801

Merged
merged 30 commits into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
26b1c44
Implement our own font stack
ZeLonewolf Feb 26, 2023
6af4bd2
Remove requirement for global font-installer
ZeLonewolf Feb 27, 2023
bba5ad1
Remove global gfi install
ZeLonewolf Feb 27, 2023
a497f91
Dependencies cleanup
ZeLonewolf Feb 27, 2023
2b5c6c5
Dependency cleanup
ZeLonewolf Feb 27, 2023
890b16c
Fix npm exec
ZeLonewolf Feb 27, 2023
653b107
Merge branch 'main' into zlw-web-fonts
ZeLonewolf Mar 13, 2023
e57942b
Fix Tifinagh font
ZeLonewolf Mar 13, 2023
5f3199e
Install build_pbf_fonts from Cargo
ZeLonewolf Mar 13, 2023
c05ffdb
Add render library to README
ZeLonewolf Mar 14, 2023
94a2fa9
Revert "Add render library to README"
ZeLonewolf Mar 14, 2023
36d63ce
Use cargo crates.io entry
ZeLonewolf Mar 14, 2023
f380797
Add thaana script
ZeLonewolf Mar 14, 2023
e1073d9
Use promisify/exec to run script
ZeLonewolf Mar 14, 2023
b8e6763
Remove sync-request
ZeLonewolf Mar 14, 2023
7d5a2f6
Remove superflouous error messages
ZeLonewolf Mar 14, 2023
6e21c1b
Remove unused callback
ZeLonewolf Mar 14, 2023
854ec9e
Remove lock file scheme
ZeLonewolf Mar 15, 2023
81b3c21
Make sure download folder is created first
ZeLonewolf Mar 15, 2023
d611a08
Use sparse protocol with crates.io
1ec5 Mar 16, 2023
802eff7
Update package.json
ZeLonewolf Mar 16, 2023
8459f0a
Khmer script
ZeLonewolf Mar 16, 2023
d797afb
Add Naskh Arabic as option
ZeLonewolf Mar 16, 2023
8626e0b
Add Rashi Hebrew
ZeLonewolf Mar 16, 2023
223bdcd
Merge branch 'main' into zlw-web-fonts
ZeLonewolf Mar 16, 2023
10f1a33
Add Canadian Aboriginal
ZeLonewolf Mar 16, 2023
549918b
Tibetan
ZeLonewolf Mar 17, 2023
6abaf19
Sinhala
ZeLonewolf Mar 17, 2023
2facda0
Oriya
ZeLonewolf Mar 19, 2023
131e4c5
Gujarati
ZeLonewolf Mar 19, 2023
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: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[registries.crates-io]
protocol = "sparse"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
node_modules
sprites
build
rebusurance.zip
.DS_Store
config.js
.parcel-cache
dist/
download/
local.config.js
2 changes: 1 addition & 1 deletion ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

- The stylized highway shields are inspired by "[Rebusurance](https://github.com/1ec5/rebusurance/)" by Minh Nguyễn.
- Initial layer code is derived from Oliver Wipfli's [openmaptiles-starter](https://github.com/wipfli/openmaptiles-starter/) style.
- The font stack was [packaged by the OpenHistoricalMap project](https://github.com/OpenHistoricalMap/map-styles/).
- The font stack was [packaged from Google Fonts](https://fonts.google.com/attribution).
- Support for right-to-left Arabic and Hebrew text is provided by the [mapbox-gl-rtl-text](https://github.com/mapbox/mapbox-gl-rtl-text/) plugin.
Loading