I have set up an OpenRailwayMap tile server on Ubuntu via this page: https://github.com/rurseekatze/OpenRailwayMap/blob/master/INSTALL.md
I am no trying to test it via requesting a tile with a URL like: http:/mysever.com/standard/2/3/1.png This just returns a blank page, with no features drawn.
I can see the request come into node-tileserver [2016-10-13 17:21:41.054] [INFO] [default] - Request for /standard/2/3/1.png received.
I can also see the folders and *.json files being created here: /home/www/sites/194.245.35.149/site/orm/tiles
However, the *.json files only look like this: {"features":[],"granularity":10}
I have successfully imported the data into PostgeSQL, and can see the data in all the tables.
Any idea what I am missing?
-- Matt
Hi Matt,
Am 13.10.2016 um 20:12 schrieb Matt W.:
I have set up an OpenRailwayMap tile server on Ubuntu via this page: https://github.com/rurseekatze/OpenRailwayMap/blob/master/INSTALL.md
I am no trying to test it via requesting a tile with a URL like: http:/mysever.com/standard/2/3/1.png This just returns a blank page, with no features drawn.
I can see the request come into node-tileserver [2016-10-13 17:21:41.054] [INFO] [default] - Request for /standard/2/3/1.png received.
I can also see the folders and *.json files being created here: /home/www/sites/194.245.35.149/site/orm/tiles
However, the *.json files only look like this: {"features":[],"granularity":10}
I have successfully imported the data into PostgeSQL, and can see the data in all the tables.
Any idea what I am missing?
Which versions of the relevant software do you use? PostgreSQL PostGIS
Which user runs `node tileserver.js`? Does this user have the necessary permissions the read from the database?
It might be better if you join our IRC (irc.oftc.net, #openrailwaymap).
Best regards
Michael
Hello Matt,
Am Donnerstag, den 13.10.2016, 14:12 -0400 schrieb Matt W.:
I have set up an OpenRailwayMap tile server on Ubuntu via this page: https://github.com/rurseekatze/OpenRailwayMap/blob/master/INSTALL.md
I am no trying to test it via requesting a tile with a URL like: http:/mysever.com/standard/2/3/1.png This just returns a blank page, with no features drawn.
I can see the request come into node-tileserver [2016-10-13 17:21:41.054] [INFO] [default] - Request for /standard/2/3/1.png received.
I can also see the folders and *.json files being created here: /home/www/sites/194.245.35.149/site/orm/tiles
However, the *.json files only look like this: {"features":[],"granularity":10}
I have successfully imported the data into PostgeSQL, and can see the data in all the tables.
Any idea what I am missing?
this might be caused by these problems: https://github.com/rurseekatze/ node-tileserver/issues/129 and https://github.com/rurseekatze/node-tile server/issues/122.
Repairing this requires some code fixes. Sadly I am currently very busy (writing my bachelor thesis), so it will take a while until I find enough time to fix the code.
Regards Alex
Alex, The issue was having epsg:3857 in my geometry column as seen in this issue: https://github.com/rurseekatze/node-tileserver/issues/129 Thanks for your help! Matt P.S. Michael, Thanks for the IRC link. I will try that for my next hurdle.
On Fri, Oct 21, 2016 at 4:38 PM, Alexander Matheisen < AlexanderMatheisen@ish.de> wrote:
Hello Matt,
Am Donnerstag, den 13.10.2016, 14:12 -0400 schrieb Matt W.:
I have set up an OpenRailwayMap tile server on Ubuntu via this page: https://github.com/rurseekatze/OpenRailwayMap/blob/master/INSTALL.md
I am no trying to test it via requesting a tile with a URL like: http:/mysever.com/standard/2/3/1.png This just returns a blank page, with no features drawn.
I can see the request come into node-tileserver [2016-10-13 17:21:41.054] [INFO] [default] - Request for /standard/2/3/1.png received.
I can also see the folders and *.json files being created here: /home/www/sites/194.245.35.149/site/orm/tiles
However, the *.json files only look like this: {"features":[],"granularity":10}
I have successfully imported the data into PostgeSQL, and can see the data in all the tables.
Any idea what I am missing?
this might be caused by these problems: https://github.com/rurseekatze/ node-tileserver/issues/129 and https://github.com/rurseekatze/node-tile server/issues/122.
Repairing this requires some code fixes. Sadly I am currently very busy (writing my bachelor thesis), so it will take a while until I find enough time to fix the code.
Regards Alex _______________________________________________ Openrailwaymap mailing list Openrailwaymap@openrailwaymap.org http://lists.openrailwaymap.org/lists/listinfo/openrailwaymap
openrailwaymap@openrailwaymap.org