mirror of
https://github.com/directus/directus.git
synced 2026-02-02 16:14:56 -05:00
Use OpenMapTiles font instead of ArcGIS (#7780)
This commit is contained in:
@@ -17,8 +17,7 @@ const defaultBasemap: BasemapSource = {
|
||||
|
||||
const baseStyle: Style = {
|
||||
version: 8,
|
||||
glyphs:
|
||||
'https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_GCS_v2/VectorTileServer/resources/fonts/{fontstack}/{range}.pbf',
|
||||
glyphs: 'http://fonts.openmaptiles.org/{fontstack}/{range}.pbf',
|
||||
};
|
||||
|
||||
export function getBasemapSources(): BasemapSource[] {
|
||||
|
||||
Reference in New Issue
Block a user