Slippy maps widget for egui.
Quick start
Walkers has three main objects. Tiles downloads images from a tile map provider
such as OpenStreetMap and stores them in a cache, MapMemory keeps track of
the widget's state and Map is the widget itself.
use ;
use ;
use ;
Limitations
There are couple of limitations when using this library. Some of them will might probably be lifted at some point. Please raise an issue if you are particularly affected by some and I will try to prioritize.
Limited to the OpenStreetMaps, but I want to enable other tile serversand protocols (like WMS) as well.- It uses
reqwests/tokiostack which does not work on WASM. - Example for Android is missing, but it does work there.
Other suggestions are welcomed as well.
