floledermann / mapmap.js

A data-driven API for interactive thematic maps
GNU Affero General Public License v3.0
113 stars 12 forks source link

Improve labeling of highest category for threshold scale #11

Closed wahlatlas closed 8 years ago

wahlatlas commented 9 years ago

suppose you are using a threshold scale for 5 colors like this

       scale: 'threshold',
       domain: [400, 500, 600, 700],

then the upper most category should be labeld either > 700 or 700 and above but not both

see here legendlabels

floledermann commented 8 years ago

This should have been fixed by the recent refactoring of legend generation. Built mapmap.js checked in in master, release forthcoming.

Also watch out for examples collection detailing legend configuration coming soon.