Updated Black Cherry demo features
diff --git a/asterix-app/src/main/resources/sdk/static/cherry/js/cherry.js b/asterix-app/src/main/resources/sdk/static/cherry/js/cherry.js
index ec61a8a..b3a8f62 100755
--- a/asterix-app/src/main/resources/sdk/static/cherry/js/cherry.js
+++ b/asterix-app/src/main/resources/sdk/static/cherry/js/cherry.js
@@ -189,7 +189,8 @@
// handle ajax calls
$("#submit-button").button().click(function () {
// Clear current map on trigger
- $("#clear-button").trigger('click');
+ //$("#clear-button").trigger('click');
+ mapWidgetClearMap();
// gather all of the data from the inputs
var kwterm = $("#keyword-textbox").val();