mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-02 16:19:20 +02:00
Reorganize the project.
This commit is contained in:
parent
c07e4b4de7
commit
dfbc2691d3
39 changed files with 86 additions and 78 deletions
|
@ -1,7 +1,10 @@
|
|||
"""
|
||||
Test zoom level specification parsing.
|
||||
"""
|
||||
from map_machine.tile import ScaleConfigurationException, parse_zoom_level
|
||||
from map_machine.slippy.tile import (
|
||||
ScaleConfigurationException,
|
||||
parse_zoom_level,
|
||||
)
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
__email__ = "me@enzet.ru"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue