mapicgc-gl-js 0.0.35 → 0.0.37
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 +7 -7
- package/dist/mapicgc-gl.js +1 -1
- package/dist/mapicgc-gl.umd.js +1 -1
- package/nodeDeploy.js +3 -3
- package/package.json +1 -1
- package/src/map/Map.js +267 -34
- package/test/Proposa_DAC_min.geojson +1 -0
- package/test/index.html +29 -7
- package/src/map/Map copy 2.js +0 -1722
- package/src/map/Map copy.js +0 -1533
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://
|
|
2
|
+
<img src="https://tilemaps.icgc.cat/cdn/mapicgc-gl-js/images/logo2.png" width="400px">
|
|
3
3
|
</p>
|
|
4
4
|
<p align="center">
|
|
5
|
-
<img src="https://
|
|
6
|
-
<img src="https://
|
|
5
|
+
<img src="https://tilemaps.icgc.cat/cdn/mapicgc-gl-js/images/JS-logo.svg" width="20px">
|
|
6
|
+
<img src="https://tilemaps.icgc.cat//cdn/mapicgc-gl-js/images/TS-logo.svg" width="20px">
|
|
7
7
|
<img src="https://badge.fury.io/js/mapicgc-gl-js.svg"></img>
|
|
8
8
|
<a href="https://twitter.com/icgcat" target="_blank"><img src="https://img.shields.io/twitter/follow/icgcat?style=social"></img></a>
|
|
9
9
|
</p>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
<br>
|
|
13
13
|
|
|
14
|
-
Version 0.0.
|
|
14
|
+
Version 0.0.37
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
@@ -36,8 +36,8 @@ Moreover, MapICGC GL JS provides well-documented and user-friendly wrapper funct
|
|
|
36
36
|
- CDN
|
|
37
37
|
|
|
38
38
|
```html
|
|
39
|
-
<script src="https://
|
|
40
|
-
<link href="https://
|
|
39
|
+
<script src="https://tilemaps.icgc.cat/cdn/mapicgc-gl-js/mapicgc-gl.js"></script>
|
|
40
|
+
<link href="https://tilemaps.icgc.cat/cdn/mapicgc-gl-js/mapicgc-gl.css" rel="stylesheet" />
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
2. In the document body script, declare the map as follows:
|
|
@@ -56,7 +56,7 @@ Moreover, MapICGC GL JS provides well-documented and user-friendly wrapper funct
|
|
|
56
56
|
</script>
|
|
57
57
|
```
|
|
58
58
|
<div align="center">
|
|
59
|
-
<a title="Link to CodePen" href="https://codepen.io/unitatgeostart/pen/eYXWyqd" target="_blank"><img src="https://
|
|
59
|
+
<a title="Link to CodePen" href="https://codepen.io/unitatgeostart/pen/eYXWyqd" target="_blank"><img src="https://tilemaps.icgc.cat/cdn/mapicgc-gl-js/images/map1.png"></img></a></div>
|
|
60
60
|
<br>
|
|
61
61
|
|
|
62
62
|
# Documentation
|