@maplat/ui 0.10.1 → 0.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/assets/maplat.css +4 -4
- package/dist/assets/maplat.css.map +1 -1
- package/dist/assets/maplat.js +1 -1
- package/dist/assets/maplat.js.LICENSE.txt +1 -13
- package/dist/assets/maplat.js.map +1 -1
- package/dist/service-worker.js +1 -1
- package/dist/service-worker.js.LICENSE.txt +1 -1
- package/dist/service-worker.js.map +1 -1
- package/package.json +14 -15
- package/src/maplat_control.js +25 -25
|
@@ -29,12 +29,7 @@
|
|
|
29
29
|
** SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30
30
|
*/
|
|
31
31
|
|
|
32
|
-
/*!
|
|
33
|
-
* PEP v0.5.3 | https://github.com/jquery/PEP
|
|
34
|
-
* Copyright jQuery Foundation and other contributors | http://jquery.org/license
|
|
35
|
-
*/
|
|
36
|
-
|
|
37
|
-
/*! @maplat/ui v0.10.1 | Kohei Otsuka, Code for History | license: Maplat Limited License 1.1 */
|
|
32
|
+
/*! @maplat/ui v0.10.3 | Kohei Otsuka, Code for History | license: Maplat Limited License 1.1 */
|
|
38
33
|
|
|
39
34
|
/**
|
|
40
35
|
* splaytree v3.1.0
|
|
@@ -44,10 +39,3 @@
|
|
|
44
39
|
* @license MIT
|
|
45
40
|
* @preserve
|
|
46
41
|
*/
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @license
|
|
50
|
-
* Latitude/longitude spherical geodesy formulae taken from
|
|
51
|
-
* http://www.movable-type.co.uk/scripts/latlong.html
|
|
52
|
-
* Licensed under CC-BY-3.0.
|
|
53
|
-
*/
|