Martin Tesař
Martin Tesař
In #151 there was introduced an optimization for tile loading inside `_isCurrentTile` function. ``` _isCurrentTile : function(coords, tileBounds) { if (!this._map) { return true; } var zoom = this._map._animatingZoom ?...
This PR fixes issue #227 My IDE removed some trailing spaces that makes some mess in the diff. I can revert them if necessary.
This plugin works perfectly together with Mapbox Vector Tiles and Leaflet SVG renderer in modern browsers. Unfortunately, there are some artifacts on tile borders when using IE 11. I'm trying...
Update based on L.PopUp. Function setContent() now accepts not only string but also HTMLElement (jQuery object etc.)
Sometimes it's desirable to display waypoints along the GPX tracks with additional info. These waypoints can also contain tags like ``, ``, `` that can be displayed in Tooltip.
We should add oneway arrows like in base OSM Mapnik style for cycleways
Useful in countries like Austria or Italy where all routes are "red" and only their number/name stored as `ref` differs.
Use `generator=power` + `generator:source=wind` to filter wind power plants. Nice icon is in classic OSM-carto style.