linz / basemaps-config

Configuration for LINZ Basemaps
https://basemaps.linz.govt.nz
Other
5 stars 1 forks source link

fix(vector): replace missing fonts BM-1091 #991

Closed tawera-manaena closed 1 month ago

tawera-manaena commented 1 month ago

Motivation

In both the aerialhybrid.json and labels.json stylesheets, the landfill layer references an unsupported font.

Modifications

For both stylesheets, I have updated the landfill layer's text-font key-value pair:

Before After
Roboto Condensed Italic Roboto Light Italic

Note: The landfill layer is also only one referencing the Roboto Condensed Italic font.

Verification

Before, tiles containing a landfill layer element would not render because of the unsupported font.

Before
image

Now, such tiles render without issue.

After
image

Path used for testing: /@-41.1653803,174.9997225,z14.50?style=labels&i=topographic

github-actions[bot] commented 1 month ago

Vector Style Update

Vector Style updated for st_aerialhybrid

Vector Style updated for st_labels