Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.54 KB

readme.md

File metadata and controls

36 lines (25 loc) · 1.54 KB

OsmSharp

OsmSharp is an open-source mapping tool designed to work with OpenStreetMap. Most important features are offline rendering of vector-data and routing. All OsmSharp features are available on Android, iOS, Windows Phone (using the Xamarin products) and the regulars Linux, Windows, OSX (using Mono).

Build status:

Features

Vector Rendering

Rendering OpenStreetMap-data using MapCSS or a custom style interpreter. Using a vector format for mobile devices rendering offline map data on Android/iOS is also possible.

Routing

Routing also using OpenStreetMap-data. Custom routing profiles are possible and offline routing on mobile devices can be done using a pre-processed binary format.

Optimisation Code

OsmSharp started as a project for logistical optimisation. There are several solvers for the (A)TSP and some VRP's.

Data Processing

OpenStreetMap data can be hard to handle sometimes. Basic filtering, conversion and database providers exists to import/export OpenStreetMap data.