MazamaScience / PWFSLSmoke

Utilities for working with air quality monitoring data (e.g. federal regulatory monitors)
http://mazamascience.github.io/PWFSLSmoke/
GNU General Public License v3.0
19 stars 5 forks source link

Rename monitor functions #34

Closed spencerpease closed 6 years ago

spencerpease commented 6 years ago

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().

References issue #18