sdlmap is a dead simple "Slippy map" using SDL 2.0 and libcurl. It may be able to be run on systems which could not handle more complex browser and javascript based map viewers.
sdlmap is meant to be a starting point for map experiments, being minimalist (read: incomplete) and portable (read: I used SDL).
(Map tiles courtesy of OpenStreetMap)
$ make
$ ./sdlmap
- SDL 2.0
- SDL_image 2
- libcurl
# pacman -S sdl2 sdl2_image
# apt-get install libsdl2-image-dev libcurl4-gnutls-dev