mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-24 14:36:25 +02:00
Rename Röntgen to Map Machine.
This commit is contained in:
parent
38c4e00de3
commit
2bd89a6539
57 changed files with 252 additions and 236 deletions
|
@ -3,7 +3,10 @@ Test coordinates computation.
|
|||
"""
|
||||
import numpy as np
|
||||
|
||||
from roentgen.flinger import osm_zoom_level_to_pixels_per_meter, pseudo_mercator
|
||||
from map_machine.flinger import (
|
||||
osm_zoom_level_to_pixels_per_meter,
|
||||
pseudo_mercator,
|
||||
)
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
__email__ = "me@enzet.ru"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue