Bartek Fabiszewski

Results 63 comments of Bartek Fabiszewski

That is strange, because it works fine for me. Maybe this is browser specific? Please check in different browsers. Does it happen in both OpenLayers and GoogleMaps API? Regarding zoom...

Do you have "latest position" turned on? I now realized it still does not work when this option is on.

I don't use latest position, so I forgot about it. I am now in the middle of rewriting the whole app, so I will fix it in the next version....

BTW, instead of ESRI layer (which I included as an example), you can add other satellite tiles, like Mapbox, which has lower minimum zoom: https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}@2x.jpg90?access_token=xxxxxxx You just need to register...

Please share a screenshot

This is interesting but a bit out of scope for this project. This is simple application for tracking outdoor activities. Access to server is secured with login and password. It...

Thanks for the contribution. Sorry, I did not have time to look at it earlier. I see you are using env values for storing passwords. I wanted to avoid it...

Nice, that sounds good. I think your setup is simple enough for users to follow up if we document it properly. Do you want to proceed with next steps that...

Thanks! That looks nice! I am saying that only looking at code now :). I would like to try it but I will have to merge it to the [next...

Yes, displaying tracks with such big density of track points can be problematic. It is not only visual issue, but also may impact browser performance. The visual aspect, as you...