Peter Richardson

Results 42 issues of Peter Richardson

This is a WIP branch, introducing new `tangramLayer` and `marker` classes, to offer an alternative to Leaflet. This will allow further development of more features currently not supported by Leaflet...

in tangramLayer branch: If a drag crosses a marker, the drag stops. Once initiated, drag should continue until mouseup, without marker interaction.

in progress

in v0.14.2, if a `font: fill` or a `stroke: color` is a function which returns an invalid color value, drawing is prevented for the related tile, and the console returns:...

enhancement

### Problem When using a texture in a material, the default texture `scale` is `[1, 1]`, which means a texture isn't visible at native pixel density until z21 (on my...

enhancement

When a draw-block-level `color` is applied to a _points_ style with a texture, it's applied to the texture in the points shader as a "multiply". It would be good to...

enhancement

As per https://github.com/tangrams/tangram/issues/603, malformed Tangram syntax fails silently with no console feedback. Example: ```yaml scene: background: 'hsl(204, 39%, 95%)' ``` This scene file has no effect, as the syntax is...

enhancement

Most noticeable with very slow zooms, and most often detected during the ease-out of touchpad zooms. Interestingly, a Leaflet marker placed on the map _also_ wobbles, but in a different,...

bug

Functions such as `width: function() { return '10px'; }` don't seem to be… functioning. **TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** - open https://mapzen.com/tangram/play/?lines=14%2C16&scene=https%3A%2F%2Fapi.github.com%2Fgists%2F7fbba4a3d40760496485844eff369357#1.2396/33.0/-135.9 - uncomment either of the highlighted...

bug

Would it be possible to allow datasources to be "clipped" by a shape or boundary? Eg: to allow a user to use one datasource inside a given boundary and another...

enhancement

It might be handy to be able to specify which version of the library a given style was designed for. Of course that can always be added as a comment,...

question