Improved www.ttss.krakow.pl
Jacek Kowalski
2017-04-14 b1154d8239000ea2593285e9ead9b7920653289d
Remove popup when removing associated element from map
1 files modified
3 ■■■■■ changed files
map.html 3 ●●●●● patch | view | raw | blame | history
map.html
@@ -165,6 +165,9 @@
            if(vehicle.isDeleted) {
                if(vehicle_feature) {
                    vehicles_source.removeFeature(vehicle_feature);
                    if(popup_feature_id == vehicle.id) {
                        popupHide();
                    }
                }
                continue;
            }