Code Monkey home page Code Monkey logo

osmdroid's Introduction

Build Status Maven Central

osmdroid

osmdroid is a (almost) full/free replacement for Android's MapView (v1 API) class. It also includes a modular tile provider system with support for numerous online and offline tile sources and overlay support with built-in overlays for plotting icons, tracking location, and drawing shapes.

Current Release: 5.2 April 28th, 2016

Please read the osmdroid wiki for tutorials on integration.

Gradle dependency

dependencies {
    compile 'org.osmdroid:osmdroid-android:5.2@aar'
    //Note as of 5.0, SLF4j is no longer needed!  compile 'org.slf4j:slf4j-simple:1.6.1'
}

Maven dependency

<dependency>
  <groupId>org.osmdroid</groupId>
  <artifactId>osmdroid-android</artifactId>
  <version>5.2</version>
  <type>aar</type>
</dependency>

You can also compile osmdroid from source or include osmdroid as a JAR or AAR.

I have a question or want to report a bug

If you have a question, please view the osmdroid FAQ.
You can also view the Stack Overflow osmdroid tag and osmdroid Google Group where you can get feedback from a large pool of osmdroid users.

If you still have an issue, please check the Changelog page to see if this issue is fixed in a newer or upcoming version of osmdroid.

If think you have a legitimate bug to report then go to the Issues page to see if your issue has been reported. If your issue already exists then please contribute information that will help us track down the source of the issue. If your issue does not exist then create a new issue report. When creating an issue, please include the version of osmdroid, the Android platform target and test device you are using, and a detailed description of the problem with relevant code. It is particularly helpful if you can reproduce the problem using our OpenStreetMapViewer sample project as your starting point.

I want to contribute

Great! Osmdroid continues to improve from the contributions of its users. This could include code contributions, sample fragments for OpenStreetMapViewer, or wiki content. If you have an enhancement to contribute please add a new issue. Describe the enhancement you are adding, how you implemented it and attach a patch against the latest trunk. Please take a look at the Developer Guidelines page for code contributions before submitting code.

I want more!

The OSMBonusPack project adds additional functionality for use with osmdroid projects.

Screenshots

Prepare distribution

./gradlew clean install distZip distro -Pprofile=sources,javadocs

Output zip is at osmdroid-dist/build/distributions/

Publish release artifacts

Edit gradle.properties and update the version information (android.versionCode and pom.version). Commit the change and tag with git.

Edit gradle.properties and set your credentials for nexus endpoint to publish to

./gradlew clean install distZip distro -Pprofile=sources,javadocs publish

Edit gradpe.properties and remove your crendentials.

osmdroid's People

Contributors

arnekaiser avatar cbalster avatar chrisail avatar dshamaev avatar everplays avatar fpoyer avatar illarionov avatar jklimke avatar johnjohndoe avatar k3b avatar kurtzmarc avatar larsgrefer avatar mdakram avatar mkergall avatar mosabua avatar neilboyd avatar roshakorost avatar silviokuehn avatar spyhunter99 avatar stellardeveloper avatar stempelo avatar ziem avatar zkjellberg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.