Fiona Hopkins

Results 4 issues of Fiona Hopkins

(With static set of layers for now.) - [x] Pull in layer data from ArcGIS - [x] Show Leaflet map - [x] Add layers to Leaflet as data comes in...

Prevents blocks from iterating over every character in a string rather than being conditional on the string's truthiness. Fix for archan937/templayed.js#18

I realize that this is under-specified in the Mustache spec, but it looks like templayed.js, when making a `{{#section}}` for a string value, iterates its contents character-by-character rather than as...

If the last argument to a method is a varargs, would it make sense to either not inject it, or only inject it if there's a registered type for it?