@abi-software/flatmapvuer 1.7.1 → 1.7.2
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/dist/flatmapvuer.js +1075 -1077
- package/dist/flatmapvuer.umd.cjs +26 -26
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/FlatmapVuer.vue +3 -9
package/package.json
CHANGED
|
@@ -113,16 +113,10 @@ Please use `const` to assign meaningful names to them...
|
|
|
113
113
|
</div>
|
|
114
114
|
</template>
|
|
115
115
|
<template #default>
|
|
116
|
-
<b>Connectivity
|
|
116
|
+
<b>Connectivity References</b>
|
|
117
117
|
<p>
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
</p>
|
|
121
|
-
<b>Interactive connectivity list and graph</b>
|
|
122
|
-
<p>
|
|
123
|
-
Corresponding features on the map can be located when
|
|
124
|
-
hovering or clicking on the features in the connecitivity
|
|
125
|
-
list and graph.
|
|
118
|
+
Connectivity references have been improved and available
|
|
119
|
+
in various formats.
|
|
126
120
|
</p>
|
|
127
121
|
<b>Improved state storing</b>
|
|
128
122
|
<p>
|