Skip to content

Commit

Permalink
Update maps vector tile service url (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei authored Oct 5, 2022
1 parent 9d8b5a1 commit fc0191c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugins/maps_dashboards/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
export const PLUGIN_ID = 'maps-dashboards';
export const PLUGIN_NAME = 'Maps';

// This style URL is only used for development, will replace with production vector tile service url.
export const MAP_VECTOR_TILE_URL =
'https://dldbnqfps17cd.cloudfront.net/styles/basic-preview/compressedstyle.json';
export const MAP_VECTOR_TILE_URL = 'https://tiles.maps.opensearch.org/styles/basic.json';

// Starting position [lng, lat] and zoom
export const MAP_INITIAL_STATE = {
Expand Down

0 comments on commit fc0191c

Please sign in to comment.