The Ignition Perspective map component utilizes the leaflet javascript library to provide the feature rich map experience. As updates to Ignition 8 are rolled out, more exposure of the underlying leaflet library functionality is made accessible from the Perspective designer. One example involves behavior of the map when a pin is clicked. Previously if there was a popup associated with a map pin click and scripting to change the pan + zoom, the popup coming to life would “derail” the pan + zoom script execution. As of version 8.0.12 if there is a popup associated with a pin click plus pan / zoom scripting, graceful execution of both behaviors is seen. This is a welcome fix!