diff --git a/maploom/static/maploom/assets/MapLoom-1.5.48.css b/maploom/static/maploom/assets/MapLoom-1.5.49.css similarity index 100% rename from maploom/static/maploom/assets/MapLoom-1.5.48.css rename to maploom/static/maploom/assets/MapLoom-1.5.49.css diff --git a/maploom/static/maploom/assets/MapLoom-1.5.48.js b/maploom/static/maploom/assets/MapLoom-1.5.49.js similarity index 99% rename from maploom/static/maploom/assets/MapLoom-1.5.48.js rename to maploom/static/maploom/assets/MapLoom-1.5.49.js index b542e8c..a64a494 100644 --- a/maploom/static/maploom/assets/MapLoom-1.5.48.js +++ b/maploom/static/maploom/assets/MapLoom-1.5.49.js @@ -1,5 +1,5 @@ /** - * MapLoom - v1.5.48 - 2017-03-07 + * MapLoom - v1.5.49 - 2017-03-09 * http://www.prominentedge.com * * Copyright (c) 2017 Prominent Edge @@ -174019,7 +174019,7 @@ var SERVER_SERVICE_USE_PROXY = true; var configSources = configService_.configuration.sources; var configMapLayers = configService_.configuration.map.layers; var lyrsCfg = []; - for (var i = 0; i < configSources.length; i++) { + for (var i in configSources) { if (configSources[i]['ptype'] === 'gxp_arcrestsource') { esriIndex = i; } diff --git a/maploom/templates/maploom/_maploom_js.html b/maploom/templates/maploom/_maploom_js.html index 64e3d63..bb6a95e 100644 --- a/maploom/templates/maploom/_maploom_js.html +++ b/maploom/templates/maploom/_maploom_js.html @@ -1,3 +1,3 @@ {% load i18n static %} - -" + +" diff --git a/maploom/templates/maps/maploom.html b/maploom/templates/maps/maploom.html index 50d583e..42428e5 100644 --- a/maploom/templates/maps/maploom.html +++ b/maploom/templates/maps/maploom.html @@ -11,21 +11,21 @@ - + - + diff --git a/setup.py b/setup.py index a0a74bc..03536a9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='django-exchange-maploom', - version='1.5.48', + version='1.5.49', author='GeoNode Development Team - Prominent Edge, Terranodo, Boundless Spatial', author_email='exchange@boundlessgeo.com', url='https://github.com/boundlessgeo/django-exchange-maploom',