Display geo map on ImPlot canvas #431
Replies: 2 comments 3 replies
-
This looks great. :) Could you try to reduce the flickering while the new tiles are loaded? E.g. pre-loading the next detail level before scrolling or keeping the previews tiles for stretching until they can be replaced, may be two viable options (used on the slippy map on the web usually). Also: Is the map provider abstracted away enough in a way such that you could use it for any tile source producing square images following the OSM tile naming scheme? |
Beta Was this translation helpful? Give feedback.
-
Nice ! |
Beta Was this translation helpful? Give feedback.
-
I made a simple mapping application, it uses OpenStreetMap as tile provider.
The complete demo https://github.com/gorbatschow/ImOsmWidgetDemo
The source code of widget which renders tiles on ImPlot canvas https://github.com/gorbatschow/ImOsmWidget
Beta Was this translation helpful? Give feedback.
All reactions