Brett Johnson

Results 5 issues of Brett Johnson

I have a large set of different data sources coming from hundreds of different geojson files. Some of the resulting mbtiles are combined ones, but many are not. We are...

As I understand it, the following should not be outputted to the documentation due to @private access. ``` /** * My hidden Foo * @private * @constructor */ my.Foo =...

For example, the following will only show the Object type in the documentation, skipping goog.structs.Heap: ``` /** * Adds multiple key-value pairs from another goog.structs.Heap or Object * @param {goog.structs.Heap|Object}...

bug

Spec says: `A callbag MUST NOT be delivered data after it has been terminated` As I understand it, for callbags to work in concert all callbags must either: 1) not...

This is the scenario I encountered: You have two directories `A` and `B` each containing the default `tileserver.php` and a tileset `tiles.mbtiles`. `A/tiles.mbtiles` contains different data than `B/tiles.mbtiles`. If you...