Paul Norman

Results 342 comments of Paul Norman

The options nik4 takes might be useful to review

``` [httpserver] /repo/tile/17/20751/44866.png?t=1506668988528 200 [Core] Loading project from project.mml [Core] Creating metatiles cache dir tmp/repo/meta [Core] Deleting previous metatiles tmp/repo/meta [httpserver] /repo/tile/17/20751/44865.png?t=1506668988528 200 [Core] Loading project from project.mml [httpserver] /repo/tile/17/20752/44865.png?t=1506668988528...

I had a typo on my YAML, using "Layer" instead of "layers" in the .tm2 project.yml

> automatically open project URL in brower ? There's not always a browser on the machine running Kosmtik

The main use I see is when combining with another rule to reduce duplication of writing that other rule. Most of the code I've written that looks like this add...

> @pnorman : What's the decision in openstreetmap-carto to NOT use multipolygon as your geometry in any layer? There are no multipolygons in the database.

I really doubt this has anything to do with differing geometry types. In fact, given the `-G` in your [import instructions](https://github.com/hotosm/HDM-CartoCSS/wiki/Importing-data#import), you can expect these layers to return some MULTIPOLYGON...

the version from `npm install` didn't work, but going from source did.

Kosmtik doesn't have a default connection. It uses whatever is specified in the stylesheet, and if nothing is specified there, it uses libpq defaults, which depend on the install. For...

Given plugins are installed in the kosmtik root dir, maybe the plugins setup should be pulled out into its own file kept there?