sanak / geos-wasm-tester

GEOS-WASM (https://github.com/chrispahm/geos-wasm) tester app which has similar interface with JTS TestBuilder.
https://sanak.github.io/geos-wasm-tester/
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Split "main.js" file to some files #7

Closed sanak closed 10 months ago

sanak commented 10 months ago

Currently, main.js is quite huge (> 1400 lines), and readability and maintainability is quite bad. Consider to separate current main.js file to some parts (something like map, update args, compute, ui, etc.)