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

Separate src/main.js to each panel/functionality with using context #8

Closed sanak closed 10 months ago

sanak commented 10 months ago

Closes #7

This PR is minimum level of refactoring. Here are some notes.

For future, something MVVM? or state management? may solve above problems, but I will think about it, after upgrading OpenLayers.

TODO:

sanak commented 10 months ago

Currently, all operations are failing in geomToWkt method's geos.GEOSNormalize(geom) line. I need to fix this bug.

The cause was just geomToWkt syntax error.

Merge this PR with squash.