tilezen / tilequeue

Queue operations to manage the processes surrounding tile rendering.
MIT License
47 stars 19 forks source link

Warn when falling back to non-label position. #58

Open zerebubuth opened 8 years ago

zerebubuth commented 8 years ago

As part of #57, we fall back to the geometry position if the label position isn't specified. It would be good to log this as a warning, but that point in the code doesn't have access to the logger object. Instead, it might be better to pass back a list of warning strings in the neighbourhood object so that this information isn't lost.

rmarianski commented 8 years ago

Or maybe track these neighbourhoods explicitly in a return value, and have the caller log them?