spectriclabs / elastic_datashader

:earth_americas: Datashader enabled TMS server with ElasticSearch backend
Apache License 2.0
4 stars 1 forks source link

ellipse mode doesn't work if the major/minor/tilt fields are indexed as numbers but published to JSON as strings #7

Closed maihde closed 1 year ago

maihde commented 3 years ago

Currently datashader uses the source values when rendering ellipses. The problem is that the source values are kept as the original type, regardless of how the data was indexed.

At a minimum, datashader should call float(x) on these values. Ideally, datashader would be modified to use Elastic docvalues instead.

ballenspectric commented 2 years ago

Was this addressed by f92328377d61939f9d045e93c22ba224ca36caf6?

ballenspectric commented 1 year ago

This appears to be fixed. Can re-open if necessary.