mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-04 12:46:41 +02:00
Fix module descriptions.
This commit is contained in:
parent
18d475277d
commit
c7811a3218
5 changed files with 5 additions and 12 deletions
|
@ -1,6 +1,4 @@
|
||||||
"""
|
"""Map Machine: Python map renderer for OpenStreetMap with custom icon set."""
|
||||||
Map Machine project: simple Python map renderer for OpenStreetMap and icon set.
|
|
||||||
"""
|
|
||||||
|
|
||||||
__project__ = "Map Machine"
|
__project__ = "Map Machine"
|
||||||
__description__ = (
|
__description__ = (
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
"""Drawing of separate map elements."""
|
|
@ -1,3 +1 @@
|
||||||
"""
|
"""OpenStreetMap-specific things."""
|
||||||
OpenStreetMap-specific things.
|
|
||||||
"""
|
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
"""
|
"""Tiles generation for slippy maps."""
|
||||||
Tiles generation for slippy maps.
|
|
||||||
"""
|
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
"""
|
"""User interface."""
|
||||||
User interface.
|
|
||||||
"""
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue