Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start tilestream on windows 8.1? #141

Open
mk82js opened this issue Jan 4, 2015 · 3 comments
Open

start tilestream on windows 8.1? #141

mk82js opened this issue Jan 4, 2015 · 3 comments

Comments

@mk82js
Copy link

mk82js commented Jan 4, 2015

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:
image
can tilestream be run on windows or not? if yes, please tell me how to start tilestream on windows.
Thanks in advance!

@wilhelmberg
Copy link

@mk82js
try node index.js, not just index.js

@mk82js
Copy link
Author

mk82js commented Jan 4, 2015

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!

@wilhelmberg
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants