JosephCottam / AbstractRendering

Bin-based rendering...for the win!
Other
52 stars 6 forks source link

Positioning broken #78

Closed jbednar closed 9 years ago

jbednar commented 9 years ago

If I use my client.py file https://github.com/ContinuumIO/datashader/blob/adb368ec2aa070db0274a24c339e0c2dbe092513/client.py I initially get this display:

screen shot 2015-09-02 at 12 55 44 pm

which I can drag to the left to get:

screen shot 2015-09-02 at 12 56 10 pm

In AbstractRendering version a93a002f9, it works similarly if I drag it to the right:

screen shot 2015-09-02 at 12 59 36 pm

However, in the current revision of the server branch, I instead get:

screen shot 2015-09-02 at 1 00 24 pm

Hopefully there is a simple fix!

jbednar commented 9 years ago

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.

jbednar commented 9 years ago

Fixed in e4b33cd51.