Improved www.ttss.krakow.pl
Jacek Kowalski
2019-02-09 a0814e4836e3555a46fdb71e64defa974cbdfc30
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);