From baa147ba636489d25e2805ac08ae02348ee862da Mon Sep 17 00:00:00 2001 From: Junqiu Lei Date: Tue, 22 Aug 2023 11:41:19 -0500 Subject: [PATCH] Update vector tile styles manifest endpoint (#460) (cherry picked from commit a78c23be899ab9beaa657f86dc8f51bc0bcb0e69) --- common/config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/config.ts b/common/config.ts index c3bfb289..50e76808 100644 --- a/common/config.ts +++ b/common/config.ts @@ -10,8 +10,7 @@ export const configSchema = schema.object({ defaultValue: 'https://tiles.maps.opensearch.org/data/v1.json', }), opensearchVectorTileStyleUrl: schema.string({ - // TODO: Change this to the production URL once it is available - defaultValue: 'https://staging.tiles.maps.opensearch.org/styles/manifest.json', + defaultValue: 'https://tiles.maps.opensearch.org/v3/manifest.json', }), opensearchVectorTileGlyphsUrl: schema.string({ defaultValue: 'https://tiles.maps.opensearch.org/fonts/{fontstack}/{range}.pbf',