Jonathan Beezley
Jonathan Beezley
I was seeing strange issues where many methods on the `Model` class were not working correctly. As minimal example: ```javascript class Test extends Model { defaults() { return { length:...
When drawing a polygon on top of another polygon with a border, the draw order is sometimes not consistent between the border and the interior. I assume this is caused...
https://github.com/mapbox/tilejson-spec Should provide some interoperability with mapbox.
This should be possible using rasterio: https://github.com/mapbox/rasterio/issues/942
Given the following patch: ```diff diff --git a/geonotebook/kernel.py b/geonotebook/kernel.py index 4bdcb34..6b61e64 100644 --- a/geonotebook/kernel.py +++ b/geonotebook/kernel.py @@ -353,6 +353,13 @@ class Geonotebook(object): def get_map_state(self): return self.serialize() + def test_method(self): +...
I can consistently reproduce this error by doing the following: 1. Start jupyter notebook 2. Load a new notebook 3. Reload the page 4. Run `M.layers.annotation.clear_annotations()` An error will show...
The dependency on GDAL 2 will likely be a roadblock for many users. It would be helpful to provide instructions for a few common OS's. I started this by adding...
#2956 broke our automated docker builds. Unfortunately, there aren't any clear solutions. For some upstream discussion see https://github.com/pypa/setuptools_scm/issues/77. I can think of three potential solutions: 1. Add the entire repo...