Improved www.ttss.krakow.pl
Jacek Kowalski
2017-04-14 b1154d8239000ea2593285e9ead9b7920653289d
map.html
@@ -140,11 +140,9 @@
   // change mouse cursor when over marker
   map.on('pointermove', function(e) {
      var pixel = map.getEventPixel(e.originalEvent);
      var hit = map.hasFeatureAtPixel(pixel);
      var target = map.getTarget();
      if(target.style)
         target.style.cursor = hit ? 'pointer' : '';
      var hit = map.hasFeatureAtPixel(e.pixel);
      var target = map.getTargetElement();
      target.style.cursor = hit ? 'pointer' : '';
   });
}
@@ -167,6 +165,9 @@
         if(vehicle.isDeleted) {
            if(vehicle_feature) {
               vehicles_source.removeFeature(vehicle_feature);
               if(popup_feature_id == vehicle.id) {
                  popupHide();
               }
            }
            continue;
         }