Brendan Ward

Results 70 issues of Brendan Ward

Right now, the Linux (`platform/linux/linux.cmake`) / MacOS builds (`platform/macos/macos.cmake`) also build `bin`, `expression-test`, `glfw`, and `node` targets, which may not be necessary depending on the goal of the build (e.g.,...

linux
macOS

Context: I'm working on Python bindings to build a self-hosted static renderer similar to [`mbgl-renderer`](https://github.com/consbio/mbgl-renderer) that I built on top of the (now unmaintained?) `mapbox-gl-native` NodeJS bindings and was starting...

design-proposal

Detected using Valgrind within an Ubuntu Docker container, using the `mbgl-render` command line tool created when compiling this library. The first leak looks hard to track down, but the second...

Per comment from @mwtoews in [408](https://github.com/mapbox/rasterio/pull/408#issuecomment-120689251)

enhancement
cli
GDAL
advanced
cython

This function copies a few test files to a temporary directory, when we may need only one. It's name does not make this clear when using in tests. Let's make...

testing

This is nothing against Leaflet, which remains as awesome as ever. However, for easier maintenance and enhancements, it would be best to limit our map preview technology to a single...

enhancement

Observed on MacOS 10.15 with 25 tilesets, it is necessary to raise the max open files limit > 256 (default) or server panics at startup. This may be true for...

As mentioned in #128 We may want to consider adding a reload API endpoint to trigger reload of a specific service or set of services, rather than restarting the entire...

Reported in #113 Need to ensure that tilesets with ArcGIS APIs enabled can be successfully added to ArcGIS Online, or provide guidance in the README as to why not.

bug

On MacOS: Given a tileset named `tileset with extra chars ();?\Å.mbtiles`: * fails to load, complains about missing tiles * creates a file `tileset with extra chars ();?` on disk...

bug