Improved www.ttss.krakow.pl
Jacek Kowalski
2019-02-09 376c6e93830ba8f2b4615a6eff72c70eff451bc9
map.js
@@ -947,7 +947,7 @@
      geolocation_button.className = 'hidden';
   }
   
   geolocation = new ol.Geolocation();
   geolocation = new ol.Geolocation({projection: 'EPSG:3857'});
   geolocation.on('change:position', function() {
      var coordinates = geolocation.getPosition();
      geolocation_feature.setGeometry(coordinates ? new ol.geom.Point(coordinates) : null);