All notable changes to this project will be documented in this file.
- Add
getCapabilities
andgetBoundingBox
methods. - Add new and refactor old filters: Equals, Disjoint, Touches, Within, Overlaps, Crosses, Intersects, Contains, Dwithin, Beyond, BBox, GmlObjectID, Add, Sub, Mul, Div, EQ, NotEQ, LT, GT, LEQ, GEQ, Like, IsNull, IsBetween, And, Or, Not, Function.
- Add support for custom headers in AJAX requests.
- Add GML-format support for L.CircleMarker.
- Fix several typos and bugs in plugin helpers and utils.
- Add
error
event. - Add L.LatLngBounds
toGml
extension method. - Add BBOX filer.
- Add EQ filter.
- Add Intersects filter.
- Fix some features geometry & properties parsing problems.
- Add WFS and WFST layers.
- Add GmlObjectID filter.
- Add
addLayer
,editLayer
,removeLayer
andsave
methods for WFST.