Closed jbednar closed 9 years ago
If I use my client.py file https://github.com/ContinuumIO/datashader/blob/adb368ec2aa070db0274a24c339e0c2dbe092513/client.py I initially get this display:
which I can drag to the left to get:
In AbstractRendering version a93a002f9, it works similarly if I drag it to the right:
However, in the current revision of the server branch, I instead get:
Hopefully there is a simple fix!
In case it helps, this URL:
http://localhost:6582/CENSUS_TRACTS?allowStretch=True&latlon=-159.46153846153848;22.29285714285714;-99.46153846153847;49.292857142857144;
gives an image with whitespace on the left, in the older version, and no whitespace on the left, in the newer version.
Fixed in e4b33cd51.
If I use my client.py file https://github.com/ContinuumIO/datashader/blob/adb368ec2aa070db0274a24c339e0c2dbe092513/client.py I initially get this display:
which I can drag to the left to get:
In AbstractRendering version a93a002f9, it works similarly if I drag it to the right:
However, in the current revision of the server branch, I instead get:
Hopefully there is a simple fix!