diff options
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/gis/openlayers-osm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/gis/openlayers-osm.html b/ishtar_common/templates/gis/openlayers-osm.html index 0c4391a0f..90ccbb0e3 100644 --- a/ishtar_common/templates/gis/openlayers-osm.html +++ b/ishtar_common/templates/gis/openlayers-osm.html @@ -23,7 +23,7 @@ ]); if (location.protocol == 'https:'){ map_controls.push( - new TrackPositionControl({map_id: map_id}) + new TrackPositionControl({map_id: options['map_id']}) ); } options["controls"] = map_controls; |