rinigus / libosmscout

Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sailfish branch

This is a fork from https://github.com/Framstag/libosmscout that closely follows the upstream. The changes introduced in this branch are related to Sailfish releases. In particular, versions are released and, through the versions, its possible to recompile packages with the older versions. In addition, when changes are needed to make project compile on Sailfish, they are made here.

The releases also include precompiled importers. These importers could be used to convert maps from OpenStreetMap formats (OSM and PBF) into libosmscout format.

Current build status:

  • Linux, OS X: Build Status
  • Windows: Build status

Below, is the original README from upstream.

About

Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data.

Supported platforms:

  • 32bit or 64 bit platforms in general are supported.
  • Requires a compiler that supports C++11.
  • Linux using recent versions of gcc or clang.
  • Mac OS X and iOS using XCode/clang.
  • Windows using MinGW-based gcc compiler or Visual Studio 2015.
  • Android did work a while ago but is currently untested. Should work, if the compiler is C++11 aware.

License

The libraries itself are under LGPL. For details see the LICENSE file.

Homepage

The official homepage is at: http://libosmscout.sourceforge.net/.

Support

Please subscribe to the mailing list and ask your questions. English is the preferred language but other languages might be supported, too.

Installation

You can find detailed instruction how to get libraries and applications build and working and other introductory documentation on the homepage.

The documentation in the OpenStreepMap Wiki is currently still correct but is not activily maintained by the libosmscout team.

Features

You can find a list of features here. Note that the features pages are currently not up to date. We are unsure how to best represent all the features of libosmscout.

Documentation

You can find some documentation and tutorials on the homepage and some other documentation in the git repository.

There are a number of demo applications that show how to make use of the various features of the library.

We plan to move all documentation for the repository to the homepage.

Automatic builds

Automatic builds for Linux and Mac OS X can be found at Travis. The Linux builds are currently based on Ubuntu 14.04. For both operating systems clang and gcc is used as compiler.

You can find automatic builds for Windows at Appveyor. There are builds for using MinGW (autoconf, cmake) and VisualStudio (cmake).

About

Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data

License:Other


Languages

Language:C++ 74.9%Language:M4 14.4%Language:CMake 2.5%Language:Java 1.6%Language:QML 1.5%Language:Makefile 1.0%Language:Objective-C++ 1.0%Language:Shell 0.9%Language:C 0.7%Language:Objective-C 0.6%Language:Dockerfile 0.2%Language:Batchfile 0.2%Language:CSS 0.2%Language:QMake 0.1%Language:SWIG 0.1%Language:HTML 0.1%Language:Rich Text Format 0.0%