Paul Norman

Results 297 issues of Paul Norman

``` [httpserver] /brighmed/tile/30/570713266/388375630.png?t=1491173701095 200 /home/pnorman/kosmtik/src/back/VectorBasedTile.js:114 else vtile.render(map, new mapnik.Image(self.width, self.height), opts, cb); ^ TypeError: required parameter x is out of range of possible values based on z value at TypeError...

bug
vector tiles

Version 4c6fa1c on Ubuntu 14.04 ``` [Core] File roads.mss changed on disk [Core] File roads.mss changed on disk [Core] File roads.mss changed on disk [Core] File roads.mss changed on disk...

bug
needs test

I wanted to produce a map at a high resolution for print ![image](https://cloud.githubusercontent.com/assets/1190866/17888468/e85dd694-68df-11e6-9b68-7bc56b58f4cd.png) Judging by the result it seems to be scaling up the image size in pixels but not...

need more info

``` $ node index.js plugins --available [Core] No usable config file found in /home/pnorman/.config/kosmtik.yml [Core] Loading plugin from ../plugins/base-exporters/index.js [Core] Loading plugin from ../plugins/hash/index.js [Core] Loading plugin from ../plugins/local-config/index.js [Core]...

upstream-bug

This originates from some chopped label debugging... In a project with ``` yaml scale: 1 metatile: 2 ``` I have the layer ``` yaml - id: place geometry: point

question

``` $ node index.js export ~/osm/osm-clear/project.yaml --width 768 --height 768 --output img.png --bbox -14401959.12137977,4383204.949985144,-11897270.57853111,6887893.492833805 [Core] No usable config file found in /home/pnorman/.config/kosmtik.yml [Core] Loading plugin from ../plugins/base-exporters/index.js [Core] Loading plugin...

bug

With openstreetmap-carto, I had a localconfig.json ``` json [ { "where": "Layer", "if": { "Datasource.type": "postgis" }, "then": { "Datasource.dbname": "bc_gis" } } ] ``` I then used git to...

bug
needs test

I am trying to bundle up kosmtik into a tarball, and would like to pre-install some plugins. The issue I am having is that the plugins need to be listed...

enhancement

when doing a `git pull` ``` [Core] Loading project from /home/pnorman/osm/openstreetmap-carto/repo/project.yaml [Core] Generating Mapnik XML… [Core] Using mapnik version 2.2.0 [Core] Loading map… [Core] Map ready [Core] Loading map… [Core]...

bug

``` [httpserver] /mq-carto-style.tm2/reload/ 200 /home/pnorman/kosmtik/src/back/Utils.js:20 return str.replace(/\{ *([\w_]+) *\}/g, function (str, key) { ^ TypeError: Cannot call method 'replace' of undefined at Object.module.exports.template (/home/pnorman/kosmtik/src/back/Utils.js:20:20) at VectorBasedTile._render (/home/pnorman/kosmtik/src/back/VectorBasedTile.js:35:24) at VectorBasedTile.render (/home/pnorman/kosmtik/src/back/VectorBasedTile.js:44:10)...

bug