This release refactors functions so that all functions accepting a ws_monitor
object as their first parameter include the "monitor_*" prefix in their name.
The affected functions are:
Old Name
New Name
monitorDygraph()
monitor_dygraph()
monitorEsriMap()
monitor_esriMap()
monitorLeaflet()
monitor_leaflet()
monitorMap()
monitor_map()
monitorMap_performance()
monitor_performanceMap()
In addition, monitorGoogleMap() has been more fully deprecated in favor of
monitor_esriMap().
This release refactors functions so that all functions accepting a
ws_monitor
object as their first parameter include the "monitor_
*" prefix in their name.The affected functions are:
monitorDygraph()
monitor_dygraph()
monitorEsriMap()
monitor_esriMap()
monitorLeaflet()
monitor_leaflet()
monitorMap()
monitor_map()
monitorMap_performance()
monitor_performanceMap()
In addition,
monitorGoogleMap()
has been more fully deprecated in favor ofmonitor_esriMap()
.References issue #18