rl-institut / django-mapengine

Map engine for maplibre in django
MIT License
1 stars 3 forks source link

Distilling throws error since v2.0.1 #23

Closed nesnoj closed 1 week ago

nesnoj commented 2 weeks ago

Distilling now throws: AttributeError: 'Settings' object has no attribute 'MAP_ENGINE_ZOOM_LEVELS'

henhuy commented 2 weeks ago

Can't reproduce your error?! On my side, distilling works via export DJANGO_READ_DOT_ENV_FILE=True; make distill with any error.

nesnoj commented 1 week ago

Resolved