mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 16:49:10 +02:00
Issue #75: add filter for icons by zoom level.
This commit is contained in:
parent
9c4873c5ae
commit
39428cad19
13 changed files with 147 additions and 62 deletions
|
@ -8,8 +8,8 @@ from typing import Optional, Union
|
|||
import cairo
|
||||
import numpy as np
|
||||
import svgwrite
|
||||
from colour import Color
|
||||
from cairo import Context, ImageSurface
|
||||
from colour import Color
|
||||
from svgwrite.base import BaseElement
|
||||
from svgwrite.path import Path as SVGPath
|
||||
from svgwrite.shapes import Rect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue