django-extended-ol 1.1.0__tar.gz → 1.1.1__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.0/django_extended_ol.egg-info → django_extended_ol-1.1.1}/PKG-INFO +3 -9
  2. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/README.md +1 -7
  3. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1/django_extended_ol.egg-info}/PKG-INFO +3 -9
  4. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/pyproject.toml +2 -1
  5. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/LICENSE +0 -0
  6. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/MANIFEST.in +0 -0
  7. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol/__init__.py +0 -0
  8. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol/admin.py +0 -0
  9. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol/apps.py +0 -0
  10. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol/forms/__init__.py +0 -0
  11. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol/forms/widgets.py +0 -0
  12. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol/static/olwidget/css/WMTSWidget.css +0 -0
  13. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol/static/olwidget/js/WMTSWidget.js +0 -0
  14. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol/templates/gis/openlayers-wmts.html +0 -0
  15. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol.egg-info/SOURCES.txt +0 -0
  16. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol.egg-info/dependency_links.txt +0 -0
  17. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol.egg-info/requires.txt +0 -0
  18. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/django_extended_ol.egg-info/top_level.txt +0 -0
  19. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/setup.cfg +0 -0
  20. {django_extended_ol-1.1.0 → django_extended_ol-1.1.1}/setup.py +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-extended-ol
3
- Version: 1.1.0
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
- ```
@@ -5,6 +5,7 @@ django-extended-ol is a Django app that extends the basic OpenLayers Widget.
5
5
  Features:
6
6
 
7
7
  * Custom WMTS base_layer with fixed resolutions
8
+ * Search on the map (third-party service needed)
8
9
 
9
10
  ## Quick start
10
11
 
@@ -78,10 +79,3 @@ If you want the search widget please use `WMTSGISWithSearchModelAdmin`. Please c
78
79
 
79
80
  You'll need a templated URL as showcased in the `settings.py` above.
80
81
  Such service should reply GeoJSON feature collection and each feature should have a `bbox` and a property named `label`.
81
-
82
- # Build this package
83
-
84
- ```sh
85
- py -m build
86
- py -m twine upload dist/*
87
- ```
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-extended-ol
3
- Version: 1.1.0
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
- ```
@@ -4,9 +4,10 @@ build-backend = 'setuptools.build_meta'
4
4
 
5
5
  [project]
6
6
  name = "django-extended-ol"
7
- version = "1.1.0"
7
+ version = "1.1.1"
8
8
  authors = [
9
9
  { name="SITN", email="sitn@ne.ch" },
10
+ { name="maltaesousa", email="stephane.maltaesousa@ne.ch" },
10
11
  ]
11
12
  description = "An openlayers widget for Django with extended capabilities"
12
13
  readme = "README.md"