Skip to content

Commit

Permalink
README and CHANGELOG files updated. Created file .editorconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaari committed Feb 15, 2017
1 parent 4b3ea0c commit d323c37
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
28 changes: 28 additions & 0 deletions .editorconfig
@@ -0,0 +1,28 @@

# EditorConfig is awesome: http://EditorConfig.org
#
# All EditorConfig properties:
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties


# top-most EditorConfig file
root = true

[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.rs]
indent_style = space
indent_size = 4

[*.json]
indent_style = space
indent_size = 2

[*.ui]
indent_style = space
indent_size = 2

4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- passing command line arguments to GTK

## [0.1.0] - 2017-02-08
## 0.1 - 2017-02-08
### Added
- smooth zooming, scrolling and cursor support to map canvas
- maps, layers, coordinates and zoom level widgets to status bar
Expand All @@ -18,3 +18,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- map metadata loading from JSON files
- logging (env_logger)

[Unreleased]: https://github.com/zaari/garta/compare/v0.1.0...master

13 changes: 7 additions & 6 deletions README.md
@@ -1,17 +1,18 @@
# Garta   [![Travis Build Status](https://travis-ci.org/zaari/garta.svg?branch=master)](https://travis-ci.org/zaari/garta) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)

Garta is a geography application for [GTK+ 3](http://www.gtk.org/) toolkit (used by e.g. [GNOME 3 desktop environment](https://www.gnome.org/gnome-3/) on [GNU/Linux operating system](https://en.wikipedia.org/wiki/Linux)) and is written in [Rust programming language](https://www.rust-lang.org/en-US/). The following features are planned:
Garta is a geography application for [GTK+ 3](http://www.gtk.org/) toolkit (used by e.g. [GNOME 3 desktop environment](https://www.gnome.org/gnome-3/) on [GNU/Linux operating system](https://en.wikipedia.org/wiki/Linux)) and written in [Rust programming language](https://www.rust-lang.org/en-US/).

## Features
**Implemented**
* Tiled web map viewing

**Planned**
* GPX track, route and waypoint visualization, analyzing and editing
* Geo bookmarks (attractions)
* Support for GeoRSS, GeoJSON, GeoURI and GeoTagging
* Collaborative layers editing

## Status
The current version 0.1 allows you to explore tile-based world maps. GPX loading will be implemented with release [0.2](https://github.com/zaari/garta/milestone/2) and saving with release 0.3. The following documents have more information about the current state and the future of the project.

* [Road Map](ROADMAP.md)
* [Change Log](CHANGELOG.md)
See also [Road Map](ROADMAP.md) and [Change Log](CHANGELOG.md) for more detailed goals and status.

![Garta 0.1](https://cloud.githubusercontent.com/assets/8877215/22755750/2684e262-ee4d-11e6-940d-eb54b5a9b03b.png)

Expand Down

0 comments on commit d323c37

Please sign in to comment.