Commit Graph

6840 Commits

Author SHA1 Message Date
525492bb53 docs(tutorial): fix mobile locate accuracy snippey (#6693)
Following PR #6140, the code snippet of mobile tutorial for "locationfound" event needs to be corrected accordingly.
2019-06-12 09:20:38 +02:00
462da25e70 Add original leaflet.offline plugin (#6686)
The current leaflet-offline plugin in the list is based on this one (leaflet.offline). I try to maintain this version
2019-06-07 21:55:16 +03:00
947d3264d1 doc(plugins): fix link anchor (#6683) 2019-05-30 13:49:56 +03:00
b4eda4de0e SVGOverlay & VideoOverlay: respect className option (#6679) 2019-05-30 13:49:14 +03:00
eee01551bc Added link to leaflet-kml plugin (#6682) 2019-05-30 13:45:38 +03:00
fb302fa8c6 Revert "Update L.Util.formatNum rounding" (#6670)
* Revert "Update L.Util.formatNum rounding (#6587)"

This reverts commit cd096d7b2e.

* revert docs changes
2019-05-20 05:21:08 -03:00
158c7b912d Update SvgOverlay code example (#6658)
* update SVGOverlay example

* update generated docs
2019-05-11 15:07:45 -03:00
c4487255e7 Update integrity hashes (#6652)
* update integrity hashes

* update integrity hashes
2019-05-09 11:08:43 +02:00
80edb4e968 1.5.1 (#6648)
* update changelog

* update release doc

* add blog post

* update docs

* update integrity hashes

* update download page

* update reference versions

* update announcement
2019-05-08 19:14:04 +02:00
ae40aeefa5 bump version 2019-05-08 18:56:58 +02:00
c3105cacd7 lock rollup version (#6647)
* lock rollup version

* revert karma-rollup-preprocessor
2019-05-08 16:50:04 +02:00
e618613247 1.5.0 (#6637)
* update changelog

* update changelog

* update changelog

* add blog post

* build docs

* update reference

* update integrity hashes

* update download page

* update reference versions

* update announcement
2019-05-08 09:36:14 +02:00
5d34eff94f bump version 2019-05-08 09:17:27 +02:00
3ee49b68a3 Update plugins.md (#6640) 2019-05-07 16:55:44 +03:00
f93df09d74 Added plugin Leaflet.CustomLayer (#6580)
* Added plugin Leaflet.CustomLayer

* Added plugin Leaflet.CustomLayer

* Added plugin Leaflet.CustomLayer

* Change plugin Leaflet.CustomLayer

Sorry, the plugin has adjusted the table position.
2019-05-05 11:38:38 +02:00
abbe4ec91a Update dev dependencies & remove coverage scripts (#6635)
* update deps

* remove some leftovers

* remove non-working coverage config

* update git-rev-sync
2019-05-04 12:10:58 +02:00
fd474f69c5 Change L.Marker to L.marker in example (#6636) 2019-05-04 12:06:40 +02:00
61b818fcd4 Plugins - add joomla extensions (#6501) 2019-04-30 13:26:29 +02:00
56cdbf69a9 Add getIcon function to retrieve marker icon (#6459) 2019-04-30 13:13:02 +02:00
09d36a8d85 Update support template
Make it clearer
2019-04-30 12:34:24 +02:00
1e0d43b11d Layer: refactor openPopup/openTooltip: use common function (#6613)
* Layer: refactor openPopup/openTooltip: use common function DivOverlay._prepareOpen

* More clear error message when trying to attach popup/tooltip to layer
without getLatLng function
2019-04-30 11:56:20 +02:00
d9a4c66f8b Tweaking documentation for SVGOverlay, add links to the docs index. (#6631) 2019-04-30 11:51:53 +02:00
4ec26a5b69 Added basic SVGOverlay to expose SVG DOM element (#6517)
* Added basic SVG Overlay

* WIP

* Changed parameter name, added comment
2019-04-30 06:37:46 -03:00
148cba8b12 synthetic dblclick events relate to left button (#6628)
This is a backport of https://cgit.freedesktop.org/libreoffice/online/commit/?id=d0906c12d82e0242b0709349979a9061da9c6a83 - synthetic `dblclick` events spawned from `DomEvent.DoubleTap.js` shall refer to [button 0](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/button#Return_value), so double taps can be interpreted as double clicks of the *left* button (instead of double clicks of an *`undefined`* button).
2019-04-30 11:15:38 +02:00
a6987a9362 Fixing a typo (#6626)
'lets' should be 'let's'
2019-04-28 13:43:29 -03:00
f3e6271251 Added "This includes implicity attached events" to line 68 of src/core/Events.js (#6619) 2019-04-23 14:20:25 +03:00
77362aa14d devDependancy: "karma-firefox-launcher": "^1.1.0" (#6611)
Fix tests failing on Windows with:
ERROR [plugin]: Error during loading "karma-firefox-launcher" plugin:
  Cannot read property 'substr' of undefined

See: https://github.com/karma-runner/karma-firefox-launcher/issues/67
2019-04-22 16:16:16 +03:00
a3d4cfb4f3 Check if an con is null before setting the opacity (#6610) 2019-04-22 16:15:38 +03:00
b_b
c41a8d64bc update master/dev branch version (#6607) 2019-04-22 16:15:12 +03:00
f08390b227 Added new third integration (#6602)
A plugin for MyBB to show a map of the users
2019-04-22 16:14:47 +03:00
b4356e2a35 Minor: Background color CSS declaration (#6614) 2019-04-22 16:13:20 +03:00
61e49eef24 GeoJSON._setLayerStyle: call style function only if layer has setStyle method (#6616) 2019-04-22 06:47:19 -03:00
db15ee8665 Fixed a small typo (#6604) 2019-04-17 11:17:49 +03:00
d11050974b Minor: Fix HTML markup in plugins page 2019-04-15 14:22:32 +02:00
e079588573 Make DivIcon html option accept HTMLElement (#6571)
* Make DivIcon html option accept Element

* Empty div with L.DomUtil.empty

* Docstrings for passing `HTMLElement` to DivIcon
2019-04-14 20:30:26 -03:00
3f5979bb68 Plugins: WordPress Mapit (#6583) 2019-04-14 18:35:00 -03:00
cd096d7b2e Update L.Util.formatNum rounding (#6587)
* Update L.Util.formatNum rounding

* Update doc: add precision argument to toGeoJSON()
2019-04-14 18:29:05 -03:00
de6c62e11a Plugins: Spotlight (#6598)
* Update plugins.md

* Update plugins.md

* Update plugins.md
2019-04-14 18:19:13 -03:00
d5201acee0 Changed attribution control default link to HTTPS (#6593) 2019-04-08 16:49:50 +02:00
ce034fc439 Updated URL for Mapbox's TileMill (#6588)
The current URL is pointing to a 404, this updates to the project's Github.
2019-04-03 19:02:15 +03:00
e2456510d5 update ember-leaflet docs url (#6564) 2019-03-23 17:03:54 +02:00
6b79f1381f renamed to tripkit-leaflet (#6560) 2019-03-23 17:03:22 +02:00
876fffaa05 Prevent IE11 from highlighting tiles in blue (#6570) 2019-03-22 00:28:45 +01:00
aa91af4749 Typo in tutorials 2019-03-03 14:19:13 +01:00
93e77bd377 Plugins: Fix missing <tr> tag (#6521)
Currently </tr> shows up on website. I think this is due to my last PR not correctly closing the <tr>.
2019-02-20 20:24:43 +01:00
6a3654f4f6 Add new timeline slider plugin (#6508) 2019-02-20 17:39:52 +02:00
13f649d4cd Update L.Polyline's _pxBounds when their stroke weight changes (#6516) 2019-02-20 17:39:10 +02:00
dc6a0ae61a Use const instead of magical number for earth R (#6509) 2019-02-16 20:30:19 +01:00
2fa3117bc9 plugins.md typo fix (#6502)
I may have made this mistake a long time ago! Fixing now... sorry!
2019-02-03 23:01:32 +02:00
37d2fd15ad Plugins: Adding Leaflet.Multispectral (#6499) 2019-01-30 23:57:01 +01:00