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
Auth0 B2B Essentials: SSO, MFA, and RBAC Built In
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
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.