Can I make superset use vietmap ? #36080
Replies: 1 comment 2 replies
-
|
Superset does not support Vietmap or other custom tile providers out-of-the-box for deck.gl charts. The frontend map controls and validators are hardcoded to only accept Mapbox style URLs, so simply configuring a Vietmap tile URL will not work and will be rejected by the validator. If you want to use Vietmap, you would need to patch the frontend code—specifically, update the URL validator and possibly the map style controls—to allow non-Mapbox URLs. You do not need to rewrite all frontend code, but you do need to modify the relevant controls and validators to accept and properly handle Vietmap tile URLs. There is no built-in or documented way to do this, so some custom development is required. For details, see the code and validator logic in the DeckGLContainer and map style controls (source). To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If can use vietmap how to do and I need fix all code frontend ?
Beta Was this translation helpful? Give feedback.
All reactions