Triply-Dev / YASGUI.YASR-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
26 stars 22 forks source link

Add support for color ranges as leaflet marker colors #116

Closed LaurensRietveld closed 7 years ago

LaurensRietveld commented 7 years ago

This would avoid having to manually manipulate rgb colors in sparql

LaurensRietveld commented 7 years ago

Added using the https://github.com/bpostlethwaite/colormap lib. If you'd like to specify a color range, bind something like jet,0.5 to the <wkt>Color variable. The first part is the name of the color scheme. Obviously, only the schemes from the colormap lib are supported (check that page for examples)