Skip to content

Commit 4cafa42

Browse files
author
潘卓然Y7000P
committed
【站点】【新增】【补充Leaflet-Plugin CDN】
1 parent 2290d94 commit 4cafa42

491 files changed

Lines changed: 155954 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

website/public/static/libs/cdn/leaflet-plugins/Leaflet-BoundaryCanvas/BoundaryCanvas.js

Lines changed: 473 additions & 0 deletions
Large diffs are not rendered by default.

website/public/static/libs/cdn/leaflet-plugins/Leaflet-MilStdByLeaflet/MilStdByLeaflet.js

Lines changed: 2664 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
npm-debug.log
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- node
5+
- "0.12"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright (c) 2012, Norkart AS
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification, are
5+
permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice, this list of
8+
conditions and the following disclaimer.
9+
10+
2. Redistributions in binary form must reproduce the above copyright notice, this list
11+
of conditions and the following disclaimer in the documentation and/or other materials
12+
provided with the distribution.
13+
14+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
15+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
16+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
17+
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
18+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
19+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
21+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "leaflet-minimap",
3+
"description": "A plugin for Leaflet that provides a minimap in the corner of the map view.",
4+
"main": ["dist/Control.MiniMap.min.js",
5+
"dist/Control.MiniMap.min.css"],
6+
"authors": [
7+
"Norkart AS"
8+
],
9+
"license": "BSD-2-Clause",
10+
"keywords": [
11+
"maps",
12+
"leaflet",
13+
"client",
14+
"minimap"
15+
],
16+
"homepage": "https://github.com/Norkart/Leaflet-MiniMap",
17+
"moduleType": [
18+
"amd",
19+
"es6",
20+
"globals",
21+
"node"
22+
],
23+
"ignore": [
24+
"**/.*",
25+
"node_modules",
26+
"bower_components",
27+
"example",
28+
"buildscripts",
29+
"src"
30+
],
31+
"dependencies": {
32+
"leaflet": ">=0.7.3"
33+
}
34+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var svg2png = require('svg2png');
2+
var ncp = require('ncp');
3+
var path = require('path');
4+
5+
svg2png(path.resolve('src/images/toggle.svg'), path.resolve('src/images/toggle.png'), 1.0, function (err) {
6+
ncp('src/images/toggle.png', 'dist/images/toggle.png');
7+
});

website/public/static/libs/cdn/leaflet-plugins/Leaflet-MiniMap/dist/Control.MiniMap.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/public/static/libs/cdn/leaflet-plugins/Leaflet-MiniMap/dist/Control.MiniMap.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
219 Bytes
Loading

0 commit comments

Comments
 (0)