I found a Style.js file in web/app folder but if I change something, like mapTextColor: 'rgba(50, 50, 50, 1.0)'
nothing happens.
How can I change the colors of OSM? Is there a way to set a style.json for it?
OBS: I've restarted the service after changes in Style.js and cleared the cache.
You have to compile a minified JavaScript version of the app after you change the code. Please read documentation.
I found a Style.js file in web/app folder but if I change something, like
mapTextColor: 'rgba(50, 50, 50, 1.0)'
nothing happens.How can I change the colors of OSM? Is there a way to set a style.json for it?
OBS: I've restarted the service after changes in Style.js and cleared the cache.