@inlog/inlog-maps 5.0.0 → 5.0.1
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/DOCUMENTATION.md +1796 -1796
- package/_bundles/inlog-maps.js +5 -0
- package/_bundles/inlog-maps.js.map +1 -1
- package/_bundles/inlog-maps.min.js +1 -1
- package/_bundles/inlog-maps.min.js.map +1 -1
- package/lib/models/apis/leaflet/leaflet-polylines.js +5 -0
- package/lib/models/apis/leaflet/leaflet-polylines.js.map +1 -1
- package/lib-esm/models/apis/leaflet/leaflet-polylines.js +5 -0
- package/lib-esm/models/apis/leaflet/leaflet-polylines.js.map +1 -1
- package/package.json +1 -1
package/_bundles/inlog-maps.js
CHANGED
|
@@ -6207,6 +6207,11 @@ var LeafletPolylines = /** @class */ (function () {
|
|
|
6207
6207
|
var param = new event_return_1.default([event.latlng.lat, event.latlng.lng]);
|
|
6208
6208
|
eventClick(param, event.target.object);
|
|
6209
6209
|
});
|
|
6210
|
+
polyline.on('editable:vertex:rawclick', function (event) {
|
|
6211
|
+
event.cancel();
|
|
6212
|
+
var param = new event_return_1.default([event.latlng.lat, event.latlng.lng]);
|
|
6213
|
+
eventClick(param, event.target.object);
|
|
6214
|
+
});
|
|
6210
6215
|
}
|
|
6211
6216
|
if (options.style && options.style === polyline_type_1.PolylineType.Arrow) {
|
|
6212
6217
|
var pathOptions = { fillOpacity: 1, weight: 0, color: polyline.options.color };
|