Skip to content

Commit

Permalink
[chore] Update public CDN URL (#2346)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Co-authored-by: Ilija Puaca <ipuaca@gmail.com>
  • Loading branch information
igorDykhta and ilijapuaca committed Oct 2, 2023
1 parent 6ef400d commit ced842e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/custom-map-style/README.md
@@ -1,6 +1,6 @@
# Custom Map Style

![map layers](https://cdn.unfolded.ai/statics/keplergl/documentation/f-map-styles-8.jpg "custom map style")
![map layers](https://studio-public-data.foursquare.com/statics/keplergl/documentation/f-map-styles-8.jpg "custom map style")

Demo how to use kepler.gl with other basemap services other than Mapbox.

Expand Down
2 changes: 1 addition & 1 deletion src/constants/src/default-settings.ts
Expand Up @@ -33,7 +33,7 @@ import {TOOLTIP_FORMAT_TYPES} from './tooltip';
import {RGBAColor} from '@kepler.gl/types';

export const ACTION_PREFIX = '@@kepler.gl/';
export const KEPLER_UNFOLDED_BUCKET = 'https://cdn.unfolded.ai/statics/keplergl';
export const KEPLER_UNFOLDED_BUCKET = 'https://studio-public-data.foursquare.com/statics/keplergl';
export const BASEMAP_ICON_PREFIX = `${KEPLER_UNFOLDED_BUCKET}/geodude`;
export const DEFAULT_MAPBOX_API_URL = 'https://api.mapbox.com';
export const TRANSITION_DURATION = 0;
Expand Down

0 comments on commit ced842e

Please sign in to comment.