Luke Frisken
Luke Frisken
This PR now needs to be rebased
This is a big refactor, but I think it will be very helpful if we intend to maintain this software going into the future.
The code currently has an enum for working with both Locator and LocatorPath. There are parts of the code that the changes in #288 depend on that work with LocatorPath,...
Using Locator instead also has the benefit of being a bit more type safe
This does not occur on an iPhone 10, but it does occur on iPhone 13 pro with iOS 17.3.1 Rotating the screen appears to fix the issue, so most likely...
Unable to replicate on Safari OSX Version 18.1.1 (20619.2.8.11.12)
I've had some more thoughts about this, and made a bit more of a start on it a few days ago. I got https://docs.rs/gdal/latest/gdal/ installed and working, and started on...
We want to pre-render the map to tiles as the coordinate transformation and resampling will be compute and memory intensive. Obvious candidates for tile formats are: + https://en.wikipedia.org/wiki/Web_Map_Tile_Service (standards backed)...
Last night I started work playing around with `gdal2tiles.py` to see if I could modify it to produce geotif. I was able to get the base tiles (highest detail) working,...
For the leaflet map we can use this https://stackoverflow.com/a/41631385 to disable pan on 1 finger input on mobile, which currently annoyingly prevents the user from scrolling the page unless they...