Trending
Greece reports 65 West Nile virus cases, 6 deaths is trending now 17 die out of 124 victims of diphtheria in Niger State | is trending now Depression can masquerade as fatigue, irritability, pain, perfectionism, and even success… is trending now Crab Odyssey: Crustacean Wandered the Seas in a Bottle for Months, Scientists Find is trending now The first self-driving vehicle on Mars has proven to be a smashing success is trending now Spanish mountain village braces for astrotourists lured by total solar eclipse is trending now Premier League 2026-27: Meet the nine new managers in the dugout is trending now How to watch United v Paris Saint-Germain is trending now 2026 Women's AFCON: Morocco-South Africa and Ivory Coast-Algeria open the quarter-finals is trending now Liverpool transfers: Ronald Araujo close to season-long loan from Barcelona is trending now Davido treats me like son, too busy to attend my wedding — Peller is trending now ‘I’m coming back stronger’, Broda Shaggi breaks months-long silence is trending now Greece reports 65 West Nile virus cases, 6 deaths is trending now 17 die out of 124 victims of diphtheria in Niger State | is trending now Depression can masquerade as fatigue, irritability, pain, perfectionism, and even success… is trending now Crab Odyssey: Crustacean Wandered the Seas in a Bottle for Months, Scientists Find is trending now The first self-driving vehicle on Mars has proven to be a smashing success is trending now Spanish mountain village braces for astrotourists lured by total solar eclipse is trending now Premier League 2026-27: Meet the nine new managers in the dugout is trending now How to watch United v Paris Saint-Germain is trending now 2026 Women's AFCON: Morocco-South Africa and Ivory Coast-Algeria open the quarter-finals is trending now Liverpool transfers: Ronald Araujo close to season-long loan from Barcelona is trending now Davido treats me like son, too busy to attend my wedding — Peller is trending now ‘I’m coming back stronger’, Broda Shaggi breaks months-long silence is trending now
Transport

Leaflet 2.0 Alpha

Link: https://leafletjs.com/2025/05/18/leaflet-2.0.0-alpha.html The first alpha release of the forthcoming major version of LeafletJS is out. This release marks a major modernization of the Leaflet codebase. We’ve dropped support for Internet Explorer, removed legacy methods and polyfills, adopted modern standards like Pointer Events, and now publish Leaflet as an ESM module. The global L is no longer part of the core package (though it’s still available in the bundled version leaflet-global.js for backward compatibility). While the release doesn’t include any significant new features (not that there’s anything wrong with that), some breaking changes will be relevant to the majority of Leaflet developers: The removal of factory methods; instead of L.Map("map"), you will directly import and instantiate the Map class with new Map("map"). Mouse and touch events have been replaced with Pointer events, making it easier to build web maps for devices with varying input methods. Leaflet is now published as an ESM module, you can now import Leaflet components with import { Map } from "leaflet";. There’s no timeline for the final release yet. Currently, the version milestone only has one open ticket, so this is a good time to upgrade your apps and plugins. There is the Leaflet V1 Polyfill for those who want to upgrade to Leaflet 2 but don’t want to fix breaking changes in their applications.

View original source →

Related