Skip to content

Add symbol-clicked signal to ShumateSimpleMap and ShumateMapLayer

James Westman requested to merge jwestman/libshumate:symbol-clicked into main

This signal is emitted when a symbol from a vector map layer is clicked. The ShumateSymbolEvent argument contains the ID, tags, and location of the feature from the vector source, as well as the name of the style layer the symbol is in.

Merge request reports