Map are loaded using Rest service.

This commit is contained in:
Paulo Gustavo Veiga
2013-01-31 22:50:21 -03:00
parent e734ea350c
commit cabca992d1
4 changed files with 42 additions and 15 deletions

View File

@@ -30,6 +30,7 @@ function createStorageManager(mindplot) {
},
loadMapDom : function(mapId) {
var xml;
var xmlRequest = new Request({
url: this.backendUrl + mapId,
method: 'get',