Skip to content

Commit

Permalink
Update vector tile styles manifest endpoint (#460) (#461)
Browse files Browse the repository at this point in the history
(cherry picked from commit a78c23b)

Co-authored-by: Junqiu Lei <junqiu@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and junqiu-lei authored Aug 23, 2023
1 parent 56ffb42 commit a55c629
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a55c629

Please sign in to comment.