Paul Norman

Results 818 comments of Paul Norman

> Thanks Paul! The intent of the Metro Extracts project is to cover a generous surrounding area for each metro, since there might be a variety of possible use cases...

My guess is that the metro-extracts need the same change that Geofabrik did with http://lists.openstreetmap.org/pipermail/dev/2017-January/029665.html

I think there's two things - Add a comment above the section, explaining that these are being made available to the functions in the `transform` section of that layer in...

at z22 there are 2^30+buffer pixels, at z23 there are 2^31+buffer pixels, so use of 32 bit integers to represent pixel coordinate from 0,0 will fail. All sorts of parts...

It's placing both on the line and in the middle http://cartodb.github.io/CartoDB-basemaps/#15/42.3350/-71.1563 ![image](https://cloud.githubusercontent.com/assets/1190866/13958019/c08d29a0-f00b-11e5-90f4-43936e32cf09.png)

Confirming that it still exists at http://cartodb.github.io/CartoDB-basemaps/#18/40.70386/-74.00998 ![image](https://cloud.githubusercontent.com/assets/1190866/13957880/44a0fff6-f00b-11e5-8efc-f02148a2bbcf.png) One possibility is a metatile edge bug

See https://github.com/gravitystorm/openstreetmap-carto/issues/874 for a similar bug

This comes from not rendering _link roads at lower zooms

``` mss Map { background-color: @water; buffer-size: 256; } ``` 256 should be sufficient buffer for all these labels. It's more likely a case of undefined ordering of results in...