Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions advancedcaching/abstractmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@
# Bugtracker and GIT Repository: http://github.com/webhamster/advancedcaching
#


import openstreetmap

import logging
logger = logging.getLogger('abstractmap')
import geo
import math

from advancedcaching import geo, openstreetmap


logger = logging.getLogger('abstractmap')


class AbstractMap(object):
MAP_FACTOR = 0
Expand Down
Loading