mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Use https for openmaptiles fonts. (#7801)
This commit is contained in:
@@ -17,7 +17,7 @@ const defaultBasemap: BasemapSource = {
|
||||
|
||||
const baseStyle: Style = {
|
||||
version: 8,
|
||||
glyphs: 'http://fonts.openmaptiles.org/{fontstack}/{range}.pbf',
|
||||
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf',
|
||||
};
|
||||
|
||||
export function getBasemapSources(): BasemapSource[] {
|
||||
|
||||
Reference in New Issue
Block a user