Results 55 issues of Andy Allan

The latest mapnik release is 3.0.23, and so there's advantages to using the 3.x series of node-mapnik too (e.g. compatibility with mapnik-reference) rather than the 4.x series. 3.7.2 is the...

The [latest node-mapnik 3.x release](https://github.com/mapnik/node-mapnik/tree/v3.0.x) (3.7.2) is built with mapnik 3.0.20. It would be great to see a node-mapnik 3.x release with the latest mapnik release, which is currently 3.0.23.

It would be great to support UTFGrid generation using renderd and mod_tile. https://github.com/mapbox/utfgrid-spec An example UTFGrid-enabled mapnik xml file is at https://gist.github.com/gravitystorm/5824793 I'd suggest that it's a per-layer option to...

The default attribution can be interpreted as html, e.g. when shown in tilejson output https://github.com/openstreetmap/mod_tile/blob/master/mod_tile.h#L32 It can be overwritten per-style in renderd.conf https://github.com/openstreetmap/mod_tile/blob/master/renderd.conf#L38 However, this doesn't work if you have...

This is an isolation of the problem reported at https://github.com/gravitystorm/openstreetmap-carto/issues/23 We want to define lines (instance 'a') and dashes (instance 'b'), and want the dashes to always be on top...

enhancement

Since mapnik 2.1 you can provide a list of placement options for the textsymbolizer. This is an alternative to the "simple" placement type. ``` [name] [abbreviated_name] [nr] ``` (from https://github.com/mapnik/mapnik/wiki/TextSymbolizer...

enhancement

When I change `layers` entries in a tm2 project.yml, the map reloads (and works as expected) but the data inspector still shows the original layers. For example, if my tm2...

bug
vector tiles

I discussed this briefly with @yohanboniface at SotM, but I'll put it here too. Visual inspection of vector tiles can be very useful during their development. But when they appear...

enhancement
vector tiles

With .tm2 projects, it's common to have the `layers` undefined. If this is the case, they should be taken from the available layers given in the source.

enhancement
vector tiles

In the top right there's a pair of arrows pointing up and down. It doesn't appear to be a button, and I'm not sure what it is! Perhaps some mouse-over...

enhancement