nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 69b20dda8deffdf20222539c3a4d0c611a64590c
parent 4fbced062639efcebd09556e87854adc87060c60
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Wed, 17 Dec 2025 22:54:50 +0100

JNX: allow to create jnx files with more that 50 000 tiles

Diffstat:
Msrc/lib/leaflet.control.jnx/jnx-encoder.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/lib/leaflet.control.jnx/jnx-encoder.js b/src/lib/leaflet.control.jnx/jnx-encoder.js @@ -43,9 +43,6 @@ const JnxWriter = L.Class.extend({ if (totalTilesCount === 0) { throw new Error('No tiles collected, JNX is empty'); } - if (totalTilesCount > 50000) { - throw new Error('Too many tiles found (more then 50000)'); - } let west = 1e10, east = -1e10,