@mapgis/webclient-mapboxgl-plugin 17.2.7 → 17.2.10
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 +24 -0
- package/dist/es5/webclient-common.min.js +3 -3
- package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
- package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
- package/documention/MapView.html +4299 -0
- package/documention/MapViewMapboxgl.html +2 -2
- package/documention/SketchEditor.html +3210 -0
- package/documention/index.html +4 -4
- package/package.json +1 -1
|
@@ -732,7 +732,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
732
732
|
|
|
733
733
|
<span class="param-type">
|
|
734
734
|
|
|
735
|
-
<a link="Popup.html" onclick="getTypeHTML(event)"
|
|
735
|
+
<a link="Popup.html" onclick="getTypeHTML(event)" href="Popup.html">Popup</a>
|
|
736
736
|
|
|
737
737
|
</span>
|
|
738
738
|
|
|
@@ -1458,7 +1458,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
1458
1458
|
|
|
1459
1459
|
<span class="param-type">
|
|
1460
1460
|
|
|
1461
|
-
<a link="Popup.html" onclick="getTypeHTML(event)"
|
|
1461
|
+
<a link="Popup.html" onclick="getTypeHTML(event)" href="Popup.html">Popup</a>
|
|
1462
1462
|
|
|
1463
1463
|
</span>
|
|
1464
1464
|
|