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