django-extended-ol 1.1.2__tar.gz → 1.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of django-extended-ol might be problematic. Click here for more details.

Files changed (20) hide show
  1. {django_extended_ol-1.1.2/django_extended_ol.egg-info → django_extended_ol-1.1.3}/PKG-INFO +1 -1
  2. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol/static/olwidget/css/WMTSWidget.css +1 -1
  3. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3/django_extended_ol.egg-info}/PKG-INFO +1 -1
  4. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/pyproject.toml +1 -1
  5. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/LICENSE +0 -0
  6. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/MANIFEST.in +0 -0
  7. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/README.md +0 -0
  8. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol/__init__.py +0 -0
  9. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol/admin.py +0 -0
  10. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol/apps.py +0 -0
  11. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol/forms/__init__.py +0 -0
  12. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol/forms/widgets.py +0 -0
  13. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol/static/olwidget/js/WMTSWidget.js +0 -0
  14. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol/templates/gis/openlayers-wmts.html +0 -0
  15. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol.egg-info/SOURCES.txt +0 -0
  16. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol.egg-info/dependency_links.txt +0 -0
  17. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol.egg-info/requires.txt +0 -0
  18. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/django_extended_ol.egg-info/top_level.txt +0 -0
  19. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/setup.cfg +0 -0
  20. {django_extended_ol-1.1.2 → django_extended_ol-1.1.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-extended-ol
3
- Version: 1.1.2
3
+ Version: 1.1.3
4
4
  Summary: An openlayers widget for Django with extended capabilities
5
5
  Author-email: SITN <sitn@ne.ch>, maltaesousa <stephane.maltaesousa@ne.ch>
6
6
  Project-URL: Homepage, https://github.com/sitn/sitn-django-plugins
@@ -8,7 +8,7 @@
8
8
  border: 1px solid var(--border-color);
9
9
  max-height: 200px;
10
10
  overflow-y: auto;
11
- background-color: red;
11
+ background-color: var(--darkened-bg);
12
12
  color: var(--body-fg);
13
13
  width: 20em;
14
14
  position: absolute;
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-extended-ol
3
- Version: 1.1.2
3
+ Version: 1.1.3
4
4
  Summary: An openlayers widget for Django with extended capabilities
5
5
  Author-email: SITN <sitn@ne.ch>, maltaesousa <stephane.maltaesousa@ne.ch>
6
6
  Project-URL: Homepage, https://github.com/sitn/sitn-django-plugins
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
4
4
 
5
5
  [project]
6
6
  name = "django-extended-ol"
7
- version = "1.1.2"
7
+ version = "1.1.3"
8
8
  authors = [
9
9
  { name="SITN", email="sitn@ne.ch" },
10
10
  { name="maltaesousa", email="stephane.maltaesousa@ne.ch" },