Issue #3017492 by itamair, viappidu: Support complex geometries.
Fixed better support for rendering the following Geometries:
Point,
Polyline,
Polygon,
MultiPoint,
MultiPolyline,
MultiPolygon,
GeometryCollection.
Includes one minor bug fix and two new features required by the CAS Attributes module:
- Fixed issue where user login error messages were being shown as status messages instead of errors
- Added token support with just one token for retrieving the original CAS username of the logged in user
- Added a post login event that's dispatched after a user logs in to Drupal. The CAS Attributes module needed an event like this.