Changes between Initial version and Version 1 of Ticket #2384, comment 8


Ignore:
Timestamp:
30 Jul 2022, 19:11:08 (21 months ago)
Author:
darkblueb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2384, comment 8

    initial v1  
    1 a simple test `$ curl http://localhost/leaflet/leaflet.js`  returns
    2 {{{
    3  * Leaflet 1.6.0, a JS library for interactive maps. http://leafletjs.com
    4  * (c) 2010-2019 Vladimir Agafonkin, (c) 2010-2011 CloudMade
    5  */
    6 
    7 (function (global, factory) {
    8   typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
    9   typeof define === 'function' && define.amd ? define(['exports'], factory) :
    10   (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.L = {}));
    11 })(this, (function (exports) { 'use strict';
    12 
    13   var version = "1.6.0";
    14 
    15    ...
    16 }}}
     1a simple test `$ curl http://localhost/leaflet/leaflet.js`  returns
     2    ...  v1.6   with some patches