mapicgc-gl-js 0.0.91 → 0.0.92
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 +6 -6
- package/dist/{index-DMyLh5X-.mjs → index-BSQf0bWK.mjs} +23569 -23440
- package/dist/{index.es-BWyxJuJN-tZzyUrJl.mjs → index.es-BWyxJuJN-KFGwTijj.mjs} +1 -1
- package/dist/mapicgc-gl.js +219 -219
- package/dist/mapicgc-gl.mjs +1 -1
- package/dist/mapicgc-gl.umd.js +219 -219
- package/nodeSetConfig.js +2 -2
- package/package.json +2 -2
- package/src/config-out.js +7 -7
- package/src/config.js +7 -7
- package/src/configNode.js +7 -7
- package/src/constants/ConfigICGC.js +1 -1
- package/src/constants/Styles.js +1 -1
- package/src/mapicgc-config.json +8 -8
- package/test/exemples/addFeatureQuery.html +1 -1
- package/test/exemples/addLogo.html +1 -1
- package/test/exemples/advancedExemple.html +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div style="text-align:center">
|
|
2
2
|
<p>
|
|
3
|
-
<img src="https://
|
|
3
|
+
<img src="https://eines.icgc.cat/recursos//images/logo2.png" alt="MapICGC Logo" width="400px">
|
|
4
4
|
</p>
|
|
5
5
|
</div>
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[](LICENSE.txt)
|
|
10
10
|
[](https://www.npmjs.com/package/mapicgc-gl-js)
|
|
11
11
|
[](https://twitter.com/icgcat)
|
|
12
|
-
<img src="https://
|
|
12
|
+
<img src="https://eines.icgc.cat/recursos//images/JS-logo.svg" width="20px"/>
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
15
|
|
|
@@ -72,8 +72,8 @@ Check out the features through <a href="https://codepen.io/collection/mrvVZd" ta
|
|
|
72
72
|
|
|
73
73
|
1. Include the JavaScript and CSS files in the `<head>` of your HTML file.:
|
|
74
74
|
```html
|
|
75
|
-
<script src="https://
|
|
76
|
-
<link href="https://
|
|
75
|
+
<script src="https://eines.icgc.cat/recursos//mapicgc-gl-js/mapicgc-gl.js"></script>
|
|
76
|
+
<link href="https://eines.icgc.cat/recursos//mapicgc-gl-js/mapicgc-gl.css" rel="stylesheet" />
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
2. Include the following code in the `<body>` of your HTML file.:
|
|
@@ -98,7 +98,7 @@ Check out the features through <a href="https://codepen.io/collection/mrvVZd" ta
|
|
|
98
98
|
Result:
|
|
99
99
|
|
|
100
100
|
<div align="center">
|
|
101
|
-
<a title="Link to CodePen" href="https://codepen.io/unitatgeostart/pen/eYXWyqd" target="_blank"><img src="https://
|
|
101
|
+
<a title="Link to CodePen" href="https://codepen.io/unitatgeostart/pen/eYXWyqd" target="_blank"><img src="https://eines.icgc.cat/recursos///images/map1.png"></img></a></div>
|
|
102
102
|
<br>
|
|
103
103
|
|
|
104
104
|
|
|
@@ -115,7 +115,7 @@ MapICGC GL JS integrates the following libraries:
|
|
|
115
115
|
|
|
116
116
|
## Developed by:
|
|
117
117
|
|
|
118
|
-
<a href="https://www.icgc.cat/" target="_blank"><img src="https://
|
|
118
|
+
<a href="https://www.icgc.cat/" target="_blank"><img src="https://eines.icgc.cat/recursos/logos/ICGC_color_norma.svg" alt="ICGC Logo" width="150"></img></a>
|
|
119
119
|
|
|
120
120
|
|
|
121
121
|
## License
|