diff options
| -rw-r--r-- | ishtar_common/static/js/ishtar-map.js | 3 | ||||
| -rw-r--r-- | version.py | 4 | 
2 files changed, 2 insertions, 5 deletions
| diff --git a/ishtar_common/static/js/ishtar-map.js b/ishtar_common/static/js/ishtar-map.js index 807e35d46..1b0d4384b 100644 --- a/ishtar_common/static/js/ishtar-map.js +++ b/ishtar_common/static/js/ishtar-map.js @@ -605,8 +605,5 @@ var display_lines_and_polys = function(map_id, lines_and_polys){      map[map_id].addLayer(vector_layer[map_id]);      if (lines_and_polys.features.length){          map_view[map_id].fit(vector_source[map_id].getExtent()); -        if (map_view[map_id].getZoom() > 12){ -            map_view[map_id].setZoom(12); -        }      }  }; diff --git a/version.py b/version.py index 215a31442..736846500 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -# 2.1.dev.37 -VERSION = (2, 1, 'dev', 37) +# 2.1.dev.38 +VERSION = (2, 1, 'dev', 38)  def get_version(): | 
