Updated map searches

– See and edit maps full window.
– Restrict map search results also to selected membership delivery types
– import political areas into map search.

A non-upward-compatible change to the underlying Elasticsearch database has meant that much of the code for mapping in Cameo has had to be changed, so while visible changes are minor, there is quite a lot of change underneath.
Read More…

JavaScript error handling

Cameo now has a long-overdue general purpose error handler. This is designed to catch bugs in the 75% of the Cameo code that runs in the browser, and let me know about them, rather than just stopping dead which is the normal behaviour in the face of a coding error. Ideally you’ll never see it, but it is already detecting long-standing bugs that weren’t immediately obvious before. Read More…