django-extended-ol 1.1.1__py3-none-any.whl → 1.1.3__py3-none-any.whl

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.

@@ -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: var(--body-bg);
11
+ background-color: var(--darkened-bg);
12
12
  color: var(--body-fg);
13
13
  width: 20em;
14
14
  position: absolute;
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-extended-ol
3
- Version: 1.1.1
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
- Project-URL: Homepage, https://github.com/sitn/django-extended-ol
7
- Project-URL: Issues, https://github.com/sitn/django-extended-ol/issues
6
+ Project-URL: Homepage, https://github.com/sitn/sitn-django-plugins
7
+ Project-URL: Issues, https://github.com/sitn/sitn-django-plugins/issues
8
8
  Classifier: Environment :: Web Environment
9
9
  Classifier: Framework :: Django
10
10
  Classifier: Framework :: Django :: 5.0
@@ -90,11 +90,11 @@ If you want a search widget, you can use `WMTSWithSearchWidget`. Please check se
90
90
  4. You can also use it in your admin.py:
91
91
 
92
92
  ```python
93
- from django.contrib.gis import admin
94
- from .models import YourGeomModel
95
- from olwidget.admin import WMTSGISModelAdmin
93
+ from django.contrib.gis import admin
94
+ from .models import YourGeomModel
95
+ from olwidget.admin import WMTSGISModelAdmin
96
96
 
97
- admin.site.register(YourGeomModel, WMTSGISModelAdmin)
97
+ admin.site.register(YourGeomModel, WMTSGISModelAdmin)
98
98
  ```
99
99
 
100
100
  If you want the search widget please use `WMTSGISWithSearchModelAdmin`. Please check search service specification below.
@@ -3,11 +3,11 @@ django_extended_ol/admin.py,sha256=gmm3dZHcCwop1QNm5RJr2iHkBUPqWdDexe80espo32g,2
3
3
  django_extended_ol/apps.py,sha256=hw3h5JXhThL1TSDfWa2wxwBTWvCHuaEHWb8axT_QP88,188
4
4
  django_extended_ol/forms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  django_extended_ol/forms/widgets.py,sha256=QvqDtWdBoFsG_IGW9QaEHEVgud49mD-0d4rjxq1cMqE,1987
6
- django_extended_ol/static/olwidget/css/WMTSWidget.css,sha256=Rw8fvpdpjoA-1Icp3gwpE78XPOViL5YNXNGy20TzQOM,538
6
+ django_extended_ol/static/olwidget/css/WMTSWidget.css,sha256=XJMYke2U8Rv83Crvu-tTIzP3zTA4v-J52FikbAi0vug,542
7
7
  django_extended_ol/static/olwidget/js/WMTSWidget.js,sha256=fS9hCvChKIIvJasDJt75Rh3Am0yJjrlL229w_rRkU3I,3152
8
8
  django_extended_ol/templates/gis/openlayers-wmts.html,sha256=zSsGwdN8bESYHq-OTx4__fgbB_Kn50dYgWFTfzd2w00,2231
9
- django_extended_ol-1.1.1.dist-info/licenses/LICENSE,sha256=0uvSPKfP0VUrQ1XqeXD62tYc54cfQqt21YI9lWW9hq8,1564
10
- django_extended_ol-1.1.1.dist-info/METADATA,sha256=vydRtMm8jOHvqfZHTgEcfFKe-IvyFPgIsk0aPh_35dc,3677
11
- django_extended_ol-1.1.1.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
12
- django_extended_ol-1.1.1.dist-info/top_level.txt,sha256=rX8AqitfQu0etd6PoOeNxcRl5fsus-YOs932PGUjDIs,19
13
- django_extended_ol-1.1.1.dist-info/RECORD,,
9
+ django_extended_ol-1.1.3.dist-info/licenses/LICENSE,sha256=0uvSPKfP0VUrQ1XqeXD62tYc54cfQqt21YI9lWW9hq8,1564
10
+ django_extended_ol-1.1.3.dist-info/METADATA,sha256=hlgufgRrDzsI2vkgpf3yfarscLrw74jBmpIAnKDkO8M,3663
11
+ django_extended_ol-1.1.3.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
12
+ django_extended_ol-1.1.3.dist-info/top_level.txt,sha256=rX8AqitfQu0etd6PoOeNxcRl5fsus-YOs932PGUjDIs,19
13
+ django_extended_ol-1.1.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.1)
2
+ Generator: setuptools (80.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5