I have a map application with custom interactive layers, but I want to use the dark theme from this. I'm using playing around on jsfiddle and I just can't seen to get the dark theme to work. I tried this:
new TileLayer({
source: new TileJSON({
url: 'https://raw.githubusercontent.com/openmaptiles/dark-matter-gl-style/master/style.json'
})
})
I'm using classic apache and php. I have no clue about npm and webpack.