Gosm is and acronym for "Gtk OpenStreetMap tool". It displays either the standard Mapnik tiles from Openstreetmap or the Osmarender or Cyclemap tiles. It allows you to make tiles available for offline browsing and let's you create large images or PDFs
License
GNU General Public License version 2.0 (GPLv2)Follow gosm
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Sounded like a good program but i couldn't get it to run. I downloaded and found that it was source code with little documentation other than to run "make". I compiled on Ubuntu 18.04 . It was necessary to identify and and install a large number of ubuntu development packages. In two places there was an undefined "FAR" word that prevented compilation... perhaps intended for ms-windows? I removed those. In one place there was a reference to undefined word png_infopp_NULL so I just replaced it with NULL. It then compiled, but with hundreds of scary compiler warnings, many related to sizes of integers. On running, it immediately crashed (from a function called make_gtk_types_safe()). I'm thinking this program was originally tested on 32-bit systems and doesn't work properly on 64-bit systems... just a guess. I gave up.