Replies: 2 comments 10 replies
-
Hi - thanks for sharing this use-case which was one I hadn't really thought about at all. I read the site for "orientview" very quickly - https://github.com/mikoro/orientview - and if I understand correctly, it allows to use a big TIFF file as a map. The map will have all sorts of orienteering-specific markings on it. |
Beta Was this translation helpful? Give feedback.
-
ok - I have a rough and ready solution.... It might be "good enough" - there are a few steps to do this right now which we can tidy up in later releases. 1 - get your orienteering map, in as large a scan as possible. I found an example of one - i think - on the web - https://www.bristolorienteering.org.uk/sites/default/files/inline-images/Screenshot%202020-06-03%20at%2015.37.15.png You will end up with a map rendered using your local tiles! Here is a screenshot from a video I made using the above image and approach:
You may find that a larger map and/or a higher zoom works better - to do this use a custom layout. |
Beta Was this translation helpful? Give feedback.
-
Wondering if it's possible to implement a component to allow custom maps. By custom an image file geo references somehow. There's a few tools to help prep this like quickroute. This would support sports like orienteering where a custom map is used and the gps gets overlayed.
An example used https://youtu.be/d4A4NBu4UiY which is created from orientview. The software zooms/overlays the map then rotates and split intervals. It's great software but sadly going out of data and some limitations where's your software doesn't have these and performs extremely well.
Also happy to try and help but struggling to follow the code just now but I need to spend a bit more time around the component redraw element and helper functions.
Beta Was this translation helpful? Give feedback.
All reactions