I want to implement a tile server and I'm following the code in the repo node-mapnik-sample-code.
When a request is sent with the parameters x, y, z (longitude, latitude, zoom), those parameters are used to create a bounding-box, with the following code:
/** * Convert tile xyz value to Mapnik...