Skip to content
Advertisement

How to customise popup from mapbox

I have angular 8 application and I can show a popup.

But I want to style the popup. But how to do that?

SO I have this template:

JavaScript

and ts:

JavaScript

and css:

JavaScript

but nothing change. The popup stays white

see image.

So what I have to change?

Thank you

So in css: toggle-layer.component.scss

I have this:

JavaScript

Advertisement

Answer

Should work:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement