[OSGeoLive] #2384: Update Leaflet demo to point to Firenze
OSGeoLive
trac_osgeolive at osgeo.org
Sat Jul 30 09:00:44 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 darkblueb):
a simple test `$ curl http://localhost/leaflet/leaflet.js` returns
{{{
* Leaflet 1.6.0, a JS library for interactive maps. http://leafletjs.com
* (c) 2010-2019 Vladimir Agafonkin, (c) 2010-2011 CloudMade
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ?
factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'],
factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global ||
self, factory(global.L = {}));
})(this, (function (exports) { 'use strict';
var version = "1.6.0";
...
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2384#comment:8>
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