Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Jan 10, 2018
1 parent b13890e commit d651263
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ If you have any questions or problems, don't hesitate to ask our public [mailing
- Mapsforge project uses a [compact file format](docs/Specification-Binary-Map-File.md) for fast ad-hoc rendering of OpenStreetMap data.
- We provide tools to [compile your own maps](docs/Getting-Started-Map-Writer.md) with detailed [instructions](docs/MapCreation.md) and also [precompiled maps](http://download.mapsforge.org).
- It provides [simple boilerplate code](docs/Getting-Started-Android-App.md) to build applications for Android that display OpenStreetMap-based maps.
- It provides a library to build standalone applications in Java.
- It provides a library to build standalone applications in Java ([instructions](docs/Desktop.md)).
- Mapsforge maps can be flexibly styled with XML style files ([render themes](docs/Rendertheme.md)).
- We provide [tools & library](docs/POI.md) for POI search and also [precompiled POI](http://download.mapsforge.org).
- Mapsforge supports Android 2.3.3 (API level 10) and above.
Expand Down
8 changes: 8 additions & 0 deletions docs/Desktop.md
@@ -0,0 +1,8 @@
### Desktop

To run the desktop samples can use the Gradle `run` task.

Can change the [mainClassName](../mapsforge-samples-awt/build.gradle) to run each sample and pass args:
```groovy
./gradlew :mapsforge-samples-awt:run -Pargs=/path/to/map
```

0 comments on commit d651263

Please sign in to comment.