You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi every one,
I have just installed tilestream on windows 8.1, but i got a problem when i start tilestream. this is image of this error:
can tilestream be run on windows or not? if yes, please tell me how to start tilestream on windows.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thanks so much @BergWerkGIS , and one more problem i need your help: how can i use openlayer to load map from tilestream server? I tried:
var openSeaMapLayer = new ol.layer.Tile({
source: new ol.source.XYZ({
url: 'http://localhost:8990/v2/OSMBright/{z}/{x}/{y}.png'
})
});
but i shown nothing. please help me.
Thank a lot!
The default port tilestream listens to is 8888, I suppose you changed it to 8990 on purpose?
What happens when you open http://localhost:8888 or http://localhost:8990 in your browser?
Do you see the tilestream UI?
Can you see OSMBright there?
What happens when you click on OSMBright?
Can you see the map?
Hi every one,
I have just installed tilestream on windows 8.1, but i got a problem when i start tilestream. this is image of this error:
can tilestream be run on windows or not? if yes, please tell me how to start tilestream on windows.
Thanks in advance!
The text was updated successfully, but these errors were encountered: