django-extended-ol 1.1.0__py3-none-any.whl → 1.1.1__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.
- {django_extended_ol-1.1.0.dist-info → django_extended_ol-1.1.1.dist-info}/METADATA +3 -9
- {django_extended_ol-1.1.0.dist-info → django_extended_ol-1.1.1.dist-info}/RECORD +5 -5
- {django_extended_ol-1.1.0.dist-info → django_extended_ol-1.1.1.dist-info}/WHEEL +0 -0
- {django_extended_ol-1.1.0.dist-info → django_extended_ol-1.1.1.dist-info}/licenses/LICENSE +0 -0
- {django_extended_ol-1.1.0.dist-info → django_extended_ol-1.1.1.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-extended-ol
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.1
|
|
4
4
|
Summary: An openlayers widget for Django with extended capabilities
|
|
5
|
-
Author-email: SITN <sitn@ne.ch>
|
|
5
|
+
Author-email: SITN <sitn@ne.ch>, maltaesousa <stephane.maltaesousa@ne.ch>
|
|
6
6
|
Project-URL: Homepage, https://github.com/sitn/django-extended-ol
|
|
7
7
|
Project-URL: Issues, https://github.com/sitn/django-extended-ol/issues
|
|
8
8
|
Classifier: Environment :: Web Environment
|
|
@@ -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
|
|
|
@@ -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
|
-
```
|
|
@@ -6,8 +6,8 @@ django_extended_ol/forms/widgets.py,sha256=QvqDtWdBoFsG_IGW9QaEHEVgud49mD-0d4rjx
|
|
|
6
6
|
django_extended_ol/static/olwidget/css/WMTSWidget.css,sha256=Rw8fvpdpjoA-1Icp3gwpE78XPOViL5YNXNGy20TzQOM,538
|
|
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.
|
|
10
|
-
django_extended_ol-1.1.
|
|
11
|
-
django_extended_ol-1.1.
|
|
12
|
-
django_extended_ol-1.1.
|
|
13
|
-
django_extended_ol-1.1.
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|