From 6c66d219e4742d0a8f5dd9cf70e756746e4b5a2c Mon Sep 17 00:00:00 2001 From: Arvind Date: Tue, 9 Jul 2013 16:42:03 +0530 Subject: [PATCH] Merge code from production --- static/myVector.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/static/myVector.js b/static/myVector.js index 5b7ac62..e2b0f7f 100644 --- a/static/myVector.js +++ b/static/myVector.js @@ -216,7 +216,7 @@ function init(url){ }); - addLabel('3759.0000','-1274.33337','Face'); + /*addLabel('3759.0000','-1274.33337','Face'); addLabel('3719','-1771','Jewelery'); addLabel('4263.0000','-1345.33337', 'Video'); @@ -233,7 +233,7 @@ function init(url){ box = new OpenLayers.Feature.Vector(bounds.toGeometry()); box3.addFeatures(box); - } + }*/ } boxes = new OpenLayers.Layer.Vector( "Boxes" ); @@ -473,7 +473,6 @@ function publish() }); } var config = { - 'postTweetUrl':'http://192.168.100.14:5001', - 'indexer':'http://localhost:5000' + 'postTweetUrl':'http://demo.swtr.us/add', + 'indexer':'http://folkhampi.openrun.net/mural-annotation' } - -- 1.7.10.4