forked from Snck3rs/contao-leaflet-libraries
1.2 KiB
1.2 KiB
0.3.4
- From now on, the repository doesn't contain leaflet-omnivore.js or leaflet-omnivore.min.js. Those files will be in the npm package and you can use unpkg.com to get them.
0.3.3
- Call either
setGeoJSONoraddDataon GeoJSON layers, not both.
0.3.2
- Move
brfsandhintifyto dependencies.
0.3.1
- Updates wellknown to 0.3.0 with exponent coordinate support
- Updates togeojson to 0.10.1 with timestamp, ie9 feature id, gx:Track, gx:MultiTrack support
0.3.0
- Includes encoded polyline support.
0.2.0
- Only includes the necessary parts of TopoJSON: less bytes, and IE9 and IE10 are now supported.
- Tests now use Sauce Labs and run on real browsers for every commit.
- Builds now use an
npmscript rather than a Makefile.
0.1.0
- loader functions now support a
customLayeroption for providing options toL.geoJsonor using a different layer type.
0.0.1
gpx.parseandkml.parsesupport parsing from either strings or DOM objects