mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-27 16:06:24 +02:00
Issue #69: support PNG image splitting.
This commit is contained in:
parent
a8dd8390f7
commit
3f5b88fd20
5 changed files with 58 additions and 29 deletions
|
@ -2,7 +2,7 @@
|
|||
Röntgen tile server for sloppy maps.
|
||||
"""
|
||||
import logging
|
||||
from http.server import SimpleHTTPRequestHandler, HTTPServer
|
||||
from http.server import HTTPServer, SimpleHTTPRequestHandler
|
||||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue