Dane Springmeyer

Results 410 comments of Dane Springmeyer

TileMill 0.10.x does yes, but we are working on a new version of TileMill 2.x that does not: https://github.com/mapbox/tm2

I temporarily upgraded to underscore 1.3.3 since it transparently worked with all other apps - but it broke template rendering. Now finding this. Just tracking that I've reverted back to...

@yhahn - fyi to debug some of these things... `OutputDebugString();` can be useful. It will send stuff to some magical place, then you can watch it using DebugView: http://technet.microsoft.com/en-us/sysinternals/bb896647. There...

Hit another case of this, where the `nodata` value was stored in an auxiliary file, but due to the symlinking that auxiliary file was left behind and nodata no longer...

best solution here would be to stop symlinking.

Great, thanks. Would appreciate a quick summary of what this fixes specifically.

Looked into using `carto.Parser({}).parse(s.data).toList({})` to try to pull out valid uris' but I'm a bit lost on the best way to iterate the result of that call. Will pick back...

Yes, I think the flush was added to start cleaning up datasources, but is not well maintained. Definitely needs a closer look.

unable to replicate. If the file path to a .tif is relative then the path to the exact spot is made absolute. If the path is absolute, it is symlinked....