You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
* Use `@attrs.define` instead of dataclass for factories **breaking change**
24
24
* Use `@attrs.define` instead of dataclass for factory extensions **breaking change**
25
25
* Handle `numpy` types in JSON/GeoJSON response
26
-
* In the `map.html` template, use the tilejson's `minzoom` and `maxzoom` to populate `minNativeZoom` and `maxNativeZoom` parameters in leaflet `tileLayer` instead of `minZoom` and `maxZoom`
26
+
* In the `map.html` template, use the tilejson's `minzoom` and `maxzoom` to populate `minNativeZoom` and `maxNativeZoom` parameters in leaflet `tileLayer` instead of `minZoom` and `maxZoom`
27
27
28
28
### titiler.core
29
29
@@ -84,6 +84,8 @@
84
84
85
85
* avoid `lat/lon` overflow in `map` viewer
86
86
87
+
* add OGC Tiles `/tiles` and `/tiles/{tileMatrixSet}` endpoints
88
+
87
89
### titiler.mosaic
88
90
89
91
* Rename `reader` attribute to `backend` in `MosaicTilerFactory` **breaking change**
@@ -96,6 +98,8 @@
96
98
97
99
* re-order endpoints parameters
98
100
101
+
* add OGC Tiles `/tiles` and `/tiles/{tileMatrixSet}` endpoints
102
+
99
103
### titiler.extensions
100
104
101
105
* Encode URL for cog_viewer and stac_viewer (author @guillemc23, https://github.com/developmentseed/titiler/pull/961)
0 commit comments