<div dir="ltr"><pre>I am sorry if this question is repeated, but I posted before being accepted into the list.<br><br>I set up an OpenRailwayMap tile server on Ubuntu via this page:
<a href="https://github.com/rurseekatze/OpenRailwayMap/blob/master/INSTALL.md">https://github.com/rurseekatze/OpenRailwayMap/blob/master/INSTALL.md</a>

I am now trying to test it via requesting a tile with a URL like:
http:/<a href="http://mysever.com/standard/2/3/1.png">mysever.com/standard/2/3/1.png</a>
This just returns a blank page, with no features drawn.

I can see the request come into node-tileserver as such:
[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/<a href="http://194.245.35.149/site/orm/tiles">194.245.35.149/site/orm/tiles</a>

However, the *.json files only look like this:
{&quot;features&quot;:[],&quot;granularity&quot;: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</pre></div>