Conchify is an app created on Android Studio, implementing Google Maps 15.0.1, for the creation of Conchos' routes maps, in Santiago de los Caballeros, Santiago, Dominican Republic.
Clone this repository and import into Android Studio
git@github.com:masires/conchify.git
- ColorSafe and Accessible Color Matrix: ADA compliant color pickers.
- tycah.ch and Binary Hex Converter: RGB/HEX to int color convertors.
- MapStyle, Snazzy Maps and MapStylr: map style generators.
- MapSharper: geojson simplificator.
- uMap, Simple-GeoJson, GeoJson.io: GeoJson editors.
- Icon Generator: icon generator (lol).
- Add UI to MainActivity.
- Allow user to change map style manually.
- Static maps with individual maps and related info.
Add UI controllers (compass, toolbar, location, search bar).Refactor GeoJson loading method; create route legend loading method.GeoJson layer legend (show route when clicking on layer, or show textbox with available routes).Make sure all GeoJson layer colors are ADA compliant.- Add GeoJson template with points of interest (route's offices).
Add "Quejas" form.Connect "Quejas" form to MySQL.
This project was mantained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Run the linter (ruby lint.rb').
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request