Simon Hunt
Committed by Gerrit Code Review

Minor renaming of identities in topo overlay archetype.

Change-Id: If502618f0ca55d2124f6735e5d1f0adad1372b5a
......@@ -49,9 +49,9 @@ import java.util.TimerTask;
*/
public class AppUiTopovMessageHandler extends UiMessageHandler {
private static final String SAMPLE_DISPLAY_START = "sampleDisplayStart";
private static final String SAMPLE_DISPLAY_UPDATE = "sampleDisplayUpdate";
private static final String SAMPLE_DISPLAY_STOP = "sampleDisplayStop";
private static final String SAMPLE_TOPOV_DISPLAY_START = "sampleTopovDisplayStart";
private static final String SAMPLE_TOPOV_DISPLAY_UPDATE = "sampleTopovDisplayUpdate";
private static final String SAMPLE_TOPOV_DISPLAY_STOP = "sampleTopovDisplayStop";
private static final String ID = "id";
private static final String MODE = "mode";
......
......@@ -26,9 +26,9 @@
var $log, fs, flash, wss;
// constants
var displayStart = 'sampleDisplayStart',
displayUpdate = 'sampleDisplayUpdate',
displayStop = 'sampleDisplayStop';
var displayStart = 'sampleTopovDisplayStart',
displayUpdate = 'sampleTopovDisplayUpdate',
displayStop = 'sampleTopovDisplayStop';
// internal state
var currentMode = null;
......
......@@ -13,7 +13,7 @@
// our overlay definition
var overlay = {
// NOTE: this must match the ID defined in AppUiTopoOverlay
// NOTE: this must match the ID defined in AppUiTopovOverlay
overlayId: 'meowster-overlay',
glyphId: '*star4',
tooltip: 'Sample Meowster Topo Overlay',
......