OpenStreetMap improvements #5415
Replies: 1 comment
-
Posted at 2022-11-25 by user140377 Cool, multiple maps were on my wishlist. Question: What does happen when multiple maps overlap? Which one gets the precedence? Also there could be a bug with the recorder app when a map is uploaded with size != medium there seems to be a x,y offset. Can anyone reproduce this? Posted at 2022-11-28 by @gfwilliams
They're drawn in order right now - so the one furthest down the list of maps gets drawn last. Potentially the uploader could have a way of sorting, or maybe we just sort so the smallest maps get loaded last?
Recorder app? Or just the maps themselves? What kind of offset are you seeing? I did try testing it with multiple overlapping maps of different scales/sizes and they did appear to match up ok, but I guess something could be wrong. I did spot an issue plotting tracks from the OpenStreetMap app, but that's fixed now. Posted at 2022-11-28 by user140377 How about preferring the map with highest zoom layer for a location? About the offset: Versions: openstmap v0.15, recorder v0.19. Attachments: Posted at 2022-11-28 by user113695 It seems that the current GPS position marker is offset from the correct position in OpenStreetMap, too. Posted at 2022-11-30 by @gfwilliams Ok, so in that first image, you've got both maps showing? So you're zoomed out of the XL map, not 1:1?
Is that with an XL map too? Posted at 2022-11-30 by user113695 Yes, this was with an XL map. Posted at 2022-11-30 by @gfwilliams Thanks - just found this, it was to do with the interface.html - should have a fix soon Posted at 2022-11-30 by @gfwilliams Ok, should be fixed if you use the development app loader: https://espruino.github.io/BangleApps/ I'll get it in the main one tomorrow. I also allowed uploads of much bigger map sections (15x15) which end up being around a megabyte Posted at 2022-11-30 by user113695 Great. I will give it a try. Posted at 2022-11-30 by user140377 Looks good here, thx. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2022-11-25 by @gfwilliams
Hi! I just pushed some big changes to OpenStreetMap.
... and a few more things. The quality of zooming is not amazing but this still seems like a huge improvement.
Really the main thing we need to sort out is the filtering of OSM maps into 3 bit color - if anyone has any contributions I'd love to see them (maybe it's best to start dithering)
Beta Was this translation helpful? Give feedback.
All reactions