Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
Verison 0.5
  • Loading branch information
k4m454k committed Dec 8, 2020
1 parent d26c8bb commit b11a8d5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Map Poster Creator

![main window](pics/msk_c.png?raw=true)
![main window](https://raw.githubusercontent.com/k4m454k/MapPosterCreator/master/pics/msk_c.png?raw=true)


## Valriable Colors

### `white`
![white](pics/msk_white.png?raw=true)
![white](https://raw.githubusercontent.com/k4m454k/MapPosterCreator/master/pics/msk_white.png?raw=true)

### `black`
![black](pics/msk_black.png?raw=true)
![black](https://raw.githubusercontent.com/k4m454k/MapPosterCreator/master/pics/msk_black.png?raw=true)

### `coral`
![coral](pics/msk_coral.png?raw=true)
![coral](https://raw.githubusercontent.com/k4m454k/MapPosterCreator/master/pics/msk_coral.png?raw=true)


## Install:
Expand Down Expand Up @@ -70,4 +70,10 @@ misc management commands:

{shp,geojson} Additional help for available commands

```
```
## TODO
- Add configurable settings for poster size and quality.
- Add the ability to custom color schemes.
- Add Docker image
2 changes: 1 addition & 1 deletion map_poster_creator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = 0.4
__version__ = 0.5
__author__ = "Vadim Apenko"
__author_email__ = "[email protected]"
__telegram__ = "@k4m454k"
1 change: 1 addition & 0 deletions map_poster_creator/color_schemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
"roads": "#ffffff",
},
}
# TODO: Add base config file
1 change: 1 addition & 0 deletions map_poster_creator/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO: Add configs =)

0 comments on commit b11a8d5

Please sign in to comment.