Skip to content

Commit

Permalink
Update vector tile styles manifest endpoint (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
junqiu-lei authored Aug 22, 2023
1 parent 5344f27 commit a78c23b
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 a78c23b

Please sign in to comment.