django-extended-ol 1.1.0__py3-none-any.whl → 1.1.2__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.
@@ -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: red;
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.0
3
+ Version: 1.1.2
4
4
  Summary: An openlayers widget for Django with extended capabilities
5
- Author-email: SITN <sitn@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
5
+ Author-email: SITN <sitn@ne.ch>, maltaesousa <stephane.maltaesousa@ne.ch>
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
@@ -32,6 +32,7 @@ django-extended-ol is a Django app that extends the basic OpenLayers Widget.
32
32
  Features:
33
33
 
34
34
  * Custom WMTS base_layer with fixed resolutions
35
+ * Search on the map (third-party service needed)
35
36
 
36
37
  ## Quick start
37
38
 
@@ -89,11 +90,11 @@ If you want a search widget, you can use `WMTSWithSearchWidget`. Please check se
89
90
  4. You can also use it in your admin.py:
90
91
 
91
92
  ```python
92
- from django.contrib.gis import admin
93
- from .models import YourGeomModel
94
- from olwidget.admin import WMTSGISModelAdmin
93
+ from django.contrib.gis import admin
94
+ from .models import YourGeomModel
95
+ from olwidget.admin import WMTSGISModelAdmin
95
96
 
96
- admin.site.register(YourGeomModel, WMTSGISModelAdmin)
97
+ admin.site.register(YourGeomModel, WMTSGISModelAdmin)
97
98
  ```
98
99
 
99
100
  If you want the search widget please use `WMTSGISWithSearchModelAdmin`. Please check search service specification below.
@@ -105,10 +106,3 @@ If you want the search widget please use `WMTSGISWithSearchModelAdmin`. Please c
105
106
 
106
107
  You'll need a templated URL as showcased in the `settings.py` above.
107
108
  Such service should reply GeoJSON feature collection and each feature should have a `bbox` and a property named `label`.
108
-
109
- # Build this package
110
-
111
- ```sh
112
- py -m build
113
- py -m twine upload dist/*
114
- ```
@@ -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=eq27upbu4wzCRXnOrAy11chCrlVGAWk_h755LpTSn7A,527
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.0.dist-info/licenses/LICENSE,sha256=0uvSPKfP0VUrQ1XqeXD62tYc54cfQqt21YI9lWW9hq8,1564
10
- django_extended_ol-1.1.0.dist-info/METADATA,sha256=jp-6LZJbiiZhgNxG7gP_6YQs226LQ0V0rmf2-FXsqz8,3663
11
- django_extended_ol-1.1.0.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
12
- django_extended_ol-1.1.0.dist-info/top_level.txt,sha256=rX8AqitfQu0etd6PoOeNxcRl5fsus-YOs932PGUjDIs,19
13
- django_extended_ol-1.1.0.dist-info/RECORD,,
9
+ django_extended_ol-1.1.2.dist-info/licenses/LICENSE,sha256=0uvSPKfP0VUrQ1XqeXD62tYc54cfQqt21YI9lWW9hq8,1564
10
+ django_extended_ol-1.1.2.dist-info/METADATA,sha256=yLn9FSSFCTcsHJvMbNfO4uu2w0gdAWZ518p7F9m8FAk,3663
11
+ django_extended_ol-1.1.2.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
12
+ django_extended_ol-1.1.2.dist-info/top_level.txt,sha256=rX8AqitfQu0etd6PoOeNxcRl5fsus-YOs932PGUjDIs,19
13
+ django_extended_ol-1.1.2.dist-info/RECORD,,