fixed #10624: map template problem with floats
This commit is contained in:
parent
2621f92471
commit
739541a06a
3 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
- fixed #10774: i18n Asset::Storyarchive tag asset url
|
||||
- fixed #10657: Story Topic: delete story displays failsafe
|
||||
- fixed SMS/Email notification handling (Patrick Donelan, SDH Consulting)
|
||||
- fixed #10624: map template problem with floats
|
||||
|
||||
7.7.17
|
||||
- fixed #10697: Story: Image crowds text
|
||||
|
|
|
|||
BIN
docs/upgrades/packages-7.7.18/default-map-view.wgpkg
Normal file
BIN
docs/upgrades/packages-7.7.18/default-map-view.wgpkg
Normal file
Binary file not shown.
1
www/extras/yui-webgui/build/map/map.js
vendored
1
www/extras/yui-webgui/build/map/map.js
vendored
|
|
@ -136,6 +136,7 @@ WebGUI.Map.editPointSave
|
|||
WebGUI.Map.focusOn
|
||||
= function ( assetId ) {
|
||||
var marker = WebGUI.Map.markers[assetId];
|
||||
if ( !marker ) return;
|
||||
var map = marker.map;
|
||||
var infoWin = marker.infoWin;
|
||||
if ( map.getZoom() < 5 ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue