Skip to content

biaokelvin/osm-contributor

 
 

Repository files navigation

OpenStreetMap Contributor Mapping Tool

Filters Drawer Menu

About the App

The Openstreetmap Contributor app allows anyone to contribute to OSM. It enables those-who-know to easily manage a group of newbies as the contribution process is intuitive and easy.
The App comes in three flavours: store (for the Android Store version), poi-storage (for MapSquare POI Databases), and template (for the osm.mapsquare.io tool for Mapping parties).
Bring your MapParties to a whole new level!

How it works

For years, we have been using apps that do everything. For OSM, it means: add any node/way, edit, delete, comment, tag... The hardest thing is that an amenity is not constrained to any model.
If it does not really raise any issue for a desktop use, it is challenging when it comes to mobile contribution.

The approach proposed here is a little different, even though it stays compliant with the classical approach:

  1. Go on the website and select a contribution zone
  2. Load all amenities of the zone, or manually declare the amenity model
  3. Generate the custom contributor app
  4. Give it to your team, play, and start mapping!

Beta instances

@Community: We are grateful for any feedback you might have on either the frontend or the mobile apps. Go crazy and let us know!

http://osm.mapsquare.io

How to compile the application

This application has three flavours: store, template and poi_storage.
Every flavours use Google Analytics and Crashlytics. If you don't want them, add the following property when using gradle assemble task:

-Pfoss=true

The flavour you will most probably want to build yourself is the store flavour which is the one on the Google Playstore.
To build this flavour:

  1. Create a conf.properties file at the project's root
  2. Generate a Bing Maps API key
  3. Put the generated key in conf.properties:
bingApiKey=My_Api_Key
  1. Execute the gradle task assembleStoreRelease, you can specify the OSM api url as a parameter:
./gradlew assembleStoreRelease -PosmUrl=http://api.openstreetmap.org/api/0.6

Feedback / Issue tracking

Please use this github project as a feedback, feature request or issue tracker.
You can use the following tags to help us: [Bug], [Mobile], [Web], [Feature], [Feedback]

Twitter

You can also reach us on Twitter:
@LoicOrtola (Technical)
@Olduv (Legal)
@DesignMyApp

RoadMap

  • Add more options for edition of ways.

Changelog

See the CHANGELOG.md file.

More Screenshots!

Poi creation| Ways edition Ways edition satellite view| Changeset Commit Changeset Commit | Notes on Map Note discussion| Augmented reality

Contributors

This app is actively developed by:

Translations

This app is being translated by the community via the awesome tool Transifex. Want to help? Add your language here, and let us know on Twitter.

We welcome any contributors with issues / pull requests.

About

No description, website, or topics provided.

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE-HEADER

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%