commit 69b1eab308c35633d5e741630d42ff188aa063a5 parent d71c8fe09b33a3a3678c4b3a9129f07e12384440 Author: Sergej Orlov <wladimirych@gmail.com> Date: Wed, 5 Feb 2025 11:16:42 +0100 Extract module binary-stream for shared usage Diffstat:
R | src/lib/leaflet.control.jnx/binary-stream.js -> src/lib/binary-stream/index.js | | | 0 | |
M | src/lib/leaflet.control.jnx/jnx-encoder.js | | | 2 | +- |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/leaflet.control.jnx/binary-stream.js b/src/lib/binary-stream/index.js diff --git a/src/lib/leaflet.control.jnx/jnx-encoder.js b/src/lib/leaflet.control.jnx/jnx-encoder.js @@ -1,5 +1,5 @@ import L from 'leaflet'; -import {BinStream} from './binary-stream'; +import {BinStream} from '~/lib/binary-stream'; function jnxCoordinates(extents) { function toJnx(x) {