Skip to content

Commit

Permalink
Merge pull request #145 from empowerplan/fix/404_MVTs
Browse files Browse the repository at this point in the history
Fix 404 errors for missing MVTs
  • Loading branch information
nesnoj authored May 14, 2024
2 parents 10529a9 + 2da5167 commit cde9aeb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- 404 errors for missing MVTs

## [1.0.0] - 2024-05-07
### Added
- light and dark basemaps for data visualization
Expand Down
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
# https://docs.djangoproject.com/en/dev/ref/settings/#middleware
MIDDLEWARE = [
"django.middleware.security.SecurityMiddleware",
"django_mapengine.middleware.MapEngineMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
Expand Down
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ django-geojson = "^3.1.0"
# Custom apps
# -----------------------------------------------------------------------------poetry-
django-oemof = {git="https://github.com/rl-institut/django-oemof.git", tag="v0.18.0"}
django-mapengine = "1.6.1"
django-mapengine = "1.7.0"
geojson = "^3.0.1"
oemof-network = "0.5.0a1"
oemof-network = "0.5.0a5"
django-template-partials = "^23.4"
django-cache-memoize = "^0.2.0"

Expand Down

0 comments on commit cde9aeb

Please sign in to comment.