Ian

Results 342 comments of Ian

The polygon example in flutter_maps example folder, or the one above? If the one above, thats a polyline, not a polygon. Swap it over to a Polygon

It's maybe also worth noting that some devices can't get gps locations with the screen off. I've been stuck on this one for a while, and finally found it's down...

Yes, I've mainly been testing on a Huawei watch 2, and read a thread where there was a post with I think a Huawei engineer (may be wrong), saying it...

I do think some docs could be improved, but in the meantime, here is a quick description... Paper = Snap wrapper around the main SVG element. We sometimes call this...

Yes, I think it could be better for areas like this, and it's application. I think in your case, you would have to use select/selectAll on it, and do something...

Without seeing any svg markup or code, 'do something' cuts it fine. You don't need to add any elements if you have them in your markup, that was just an...

As they are in order as you mention to dictate which elements are on top, you can use after/before/insertAfter/insertBefore eg http://snapsvg.io/docs/#Element.after to place them.

I would put an example up somewhere of your code testing. It's not quite clear to me from the bit posted. Nor is it quite clear why you're doing it...

That seems reasonable, maybe put an example that doesn't work on a jsfiddle or jsbin or whatever, so folk can look to see what aspect isn't working.

I think this would likely correspond to the findDotsAtSegment helper method https://github.com/adobe-webplatform/Snap.svg/blob/master/src/path.js#L1215 * Snap.path.findDotsAtSegment [ method ] ** * Utility method ** * Finds dot coordinates on the given cubic...