How can I configure a LocalMapserver in the webapp?

Hi,

i have modified “tileLayers.js” with


var womisa = L.tileLayer(‘http://127.0.0.1:8080/{z}/{x}/{y}.png’, {
attribution: osmAttr
});


OpenStreetMap.de”: osmde,
“wms” :womisa,
“Sorbian Language”: sorbianLang

but my map ist not shown. I use a local MFG server from MOBAC. This works with other tools very well.
what I have to modify additional?

Thanks
Achim

Did you call the npm commands that update the main.js? Like described here: https://github.com/graphhopper/graphhopper/blob/master/docs/core/quickstart-from-source.md#javascript-usage

Thanks for the answer!
I have not installed nvm etc. I have a pure (Gps)-System with no INET connection.

But i have “händisch” modified the main.js and now it works…

Thanks
Achim