Sam Matthews

Results 88 comments of Sam Matthews

An example of styling the origin point (taken directly from the default style): ``` { 'id': 'directions-origin-point', 'type': 'circle', 'source': 'directions', 'paint': { 'circle-radius': 18, 'circle-color': '#3bb2d0' }, 'filter': [...

Hi @yunshi-stacy - this is likely related to an upload being stuck in our pipeline and not updating your account with an error message. This happens from time to time....

Would also be nice to make sure these versions are reflected in the [README `#depends` section](https://github.com/mapnik/node-mapnik#depends)

@Arsakes I'll work on getting the plugins documented on mapnik.org later today. Apologies!

Semi-related: mapnik docs have been updated to include a [section about plugins](http://mapnik.org/documentation/node-mapnik/3.5/#mapnik) right at the top. The available methods have been added to the main mapnik constructor http://mapnik.org/documentation/node-mapnik/3.5/#mapnik.registerDatasource

Are we hoping to test the unicode character in the actual file name here, or just the content within the `.xml`? It seems if we aren't concerned about the file...

@lexman @zerebubuth the OGC invalid winding order example on the specification page was pointed out by @nvkelso a couple weeks back - it's on my list to fix! Apologies for...

Expanding on this, the loading feature should have a success/error/info callback that dictates the icon/color - something like: ``` javascript dc.util.loader = function(yes, typeClass) { var loader = $('').addClass('dropchop-loader'); if...

Excellent thoughts, @jczaplew. Definitely agree that taking the loader out of the `xhr` is a good call. What scenarios do we need unique icons/colors for? - success - error, mishandled...

Looks good to me! Semi-related: It seems important to have sticky notifications for errors so users can copy them without rushing before they automatically remove. Created a separate issue for...