plavacquery commented on code in PR #32867:
URL: https://github.com/apache/superset/pull/32867#discussion_r2036054116
##########
superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:
##########
@@ -29,6 +29,28 @@ import {
import { D3_FORMAT_OPTIONS, sharedControls } from
'@superset-ui/chart-controls';
import { columnChoices, PRIMARY_COLOR } from './controls';
+let deckgl_tiles;
+
+export const DEFAULT_DECKGL_TILES = [
+ ['mapbox://styles/mapbox/streets-v9', 'Streets'],
+ ['mapbox://styles/mapbox/dark-v9', 'Dark'],
+ ['mapbox://styles/mapbox/light-v9', 'Light'],
+ ['mapbox://styles/mapbox/satellite-streets-v9', 'Satellite Streets'],
+ ['mapbox://styles/mapbox/satellite-v9', 'Satellite'],
+ ['mapbox://styles/mapbox/outdoors-v9', 'Outdoors'],
Review Comment:
Ok I understand, I let the scope of this MR for customizing map tiles in
config file and keep by default mapbox tiles so there is no breaking change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]