[OSGeoLive] #2384: Update Leaflet demo to point to Firenze
OSGeoLive
trac_osgeolive at osgeo.org
Fri Jul 29 04:25:49 PDT 2022
#2384: Update Leaflet demo to point to Firenze
-----------------------+----------------------------
Reporter: kalxas | Owner: osgeolive@…
Type: task | Status: new
Priority: critical | Milestone: OSGeoLive15.0
Component: OSGeoLive | Resolution:
Keywords: |
-----------------------+----------------------------
Comment (by sanak):
I checked installed leaflet.js,
{{{
$ dpkg -L libjs-leaflt
:
$ vi /usr/share/javascript/leaflet/leaflet.js
}}}
and confirmed that the header and variable versions are "1.6.0",
{{{
/* @preserve
* Leaflet 1.6.0, ...
:
var version = "1.6.0";
}}}
but I also confirmed that "1.7.0" API changes are included in the same
file,
https://github.com/Leaflet/Leaflet/releases/tag/v1.7.1
> **API changes**
> - {{{VideoOverlay}}} now can take a {{{muted}}} option
([https://github.com/Leaflet/Leaflet/pull/7071 #7071] by
[https://github.com/ronikar @ronikar])
> - The {{{featureGroup}}} factory method now takes {{{options}}}, as the
{{{FeatureGroup}}} constructor
([https://github.com/Leaflet/Leaflet/pull/7160 #7160] by
[https://github.com/frogcat @frogcat])
so, "1.7.1" (or "1.7.0") seems to be installed correctly except
{{{L.version}}}.
--
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2384#comment:4>
OSGeoLive <https://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.
More information about the osgeolive
mailing list