Skip to content

Commit

Permalink
Get fonts.sh (#201)
Browse files Browse the repository at this point in the history
* Update manually-building-a-tile-server-ubuntu-22-04-lts.md

Added text to say to run "scripts/get-fonts.sh"

* Update manually-building-a-tile-server-20-04-lts.md

Added text to say to run scripts/get-fonts.sh

* Update manually-building-a-tile-server-debian-11.md

Added text to say to run scripts/get-fonts.sh .

* Update manually-building-a-tile-server-18-04-lts.md

Added text to say to run scripts/get-fonts.sh
  • Loading branch information
SomeoneElseOSM committed Aug 4, 2022
1 parent 414f279 commit 27a0156
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
8 changes: 5 additions & 3 deletions serving-tiles/manually-building-a-tile-server-18-04-lts.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,13 @@ This process involves a sizable download and may take some time - not much will

## Fonts

The names used for places around the world aren't always written with latin characters (the familar western alphabet a-z). To install the necessary fonts do the following:
In version v5.6.0 and above of Carto, fonts need to be installed manually:

sudo apt-get install fonts-noto-cjk fonts-noto-hinted fonts-noto-unhinted ttf-unifont
cd ~/src/openstreetmap-carto/
scripts/get-fonts.sh

Our test data area (Azerbaijan) was chosen both because it was a small area and because some place names in that region have names containing non-latin characters.

OpenSteetMap Carto's own installation instructions also suggest installing "Noto Emoji Regular" from source. That is needed for the emojis in an American shop name, apparently. All the other international fonts that are likely to be needed (including ones often not supported) are including in the list just installed.
# Setting up your webserver
## Configure renderd

Expand Down
8 changes: 5 additions & 3 deletions serving-tiles/manually-building-a-tile-server-20-04-lts.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,13 @@ This process involves a sizable download and may take some time - not much will

## Fonts

The names used for places around the world aren't always written with latin characters (the familar western alphabet a-z). To install the necessary fonts do the following:
In version v5.6.0 and above of Carto, fonts need to be installed manually:

sudo apt install fonts-noto-cjk fonts-noto-hinted fonts-noto-unhinted ttf-unifont
cd ~/src/openstreetmap-carto/
scripts/get-fonts.sh

Our test data area (Azerbaijan) was chosen both because it was a small area and because some place names in that region have names containing non-latin characters.

OpenSteetMap Carto's own installation instructions also suggest installing "Noto Emoji Regular" from source. That is needed for the emojis in an American shop name, apparently. All the other international fonts that are likely to be needed (including ones often not supported) are including in the list just installed.
# Setting up your webserver
## Configure renderd

Expand Down
7 changes: 6 additions & 1 deletion serving-tiles/manually-building-a-tile-server-debian-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,12 @@ This process involves a sizable download and may take some time - not much will

## Fonts

We installed fonts above. OpenSteetMap Carto's own installation instructions also suggest installing "Noto Emoji Regular" from source. All the other international fonts that are likely to be needed (including ones often not supported) are including in the list previously installed. Our test data area (Azerbaijan) was chosen both because it was a small area and because some place names in that region have names containing non-latin characters.
In version v5.6.0 and above of Carto, fonts need to be installed manually:

cd ~/src/openstreetmap-carto/
scripts/get-fonts.sh

Our test data area (Azerbaijan) was chosen both because it was a small area and because some place names in that region have names containing non-latin characters.

# Setting up your webserver
## Configure renderd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,12 @@ This process involves a sizable download and may take some time - not much will

## Fonts

We installed fonts above. OpenStreetMap Carto's own installation instructions also suggest installing "Noto Emoji Regular" from source. All the other international fonts that are likely to be needed (including ones often not supported) are including in the list previously installed. Our test data area (Azerbaijan) was chosen both because it was a small area and because some place names in that region have names containing non-latin characters.
In version v5.6.0 and above of Carto, fonts need to be installed manually:

cd ~/src/openstreetmap-carto/
scripts/get-fonts.sh

Our test data area (Azerbaijan) was chosen both because it was a small area and because some place names in that region have names containing non-latin characters.

# Setting up your webserver
## Configure renderd
Expand Down

0 comments on commit 27a0156

Please sign in to comment.