Dalibor Janák

Results 30 comments of Dalibor Janák

Thanks for the report. Can you provide us a file with not working legend?

I didn't receive file but tileserver-php serving legend correctly. See: http://labs.klokantech.com/tileserver-php/geography-class.json You have to modify your viewer to see a legend.

There is PHP ```json_decode``` (http://php.net/manual/en/function.json-decode.php) which is escaping special characters. You cannot use characters which are not allowed unescaped in JSON format.

Which LAMP/WAMP are you using? Mod rewrite enabled? Htaccess allowed? Try to set dataroot https://github.com/klokantech/tileserver-php/blob/master/tileserver.php#L13 or base url to your folder https://github.com/klokantech/tileserver-php/blob/master/tileserver.php#L15 or rewritebase in htaccess https://github.com/klokantech/tileserver-php/blob/master/.htaccess#L9 Some configurations of...

Just copy HTML code from the interface as is and put it to another folder and protect this folder with httacess. Tileserver will run in a different folder without htacces.

Your problem is that https://rax2.hostcoloreurope.com/~juancarl/TILESERVER2/index.json returns 404. It looks like that you have a problem with htaccess. This works: https://rax2.hostcoloreurope.com/~juancarl/TILESERVER2/tileserver.php

This has a bug. If there is tilematrix already set there will be replaced. This falls with folder and JSON metadata which have tilematrix as an object. We need to...

Have you got PHP SQLite module instaled? Which version PHP are you running?

My mistake. So PHP and tileserver are OK. It might be a wrongly copied or broken files or some collision with rewrites. You have tileserver also on https://maps.ptsljakbar.com/. And if...

This is a performance thing and it does not make sense to do that. There can be an optional variable in the config to turn fo last modified but IMHO...