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

Support Multi Geometry input from control/interaction #4

Closed sanak closed 9 months ago

sanak commented 10 months ago

Currently, only single geometry input is possible from OL2 EditingToolbarExt control, because new geometry drawing delete all previous input features. But, tester app needs more input cases, so consider to support Multi Geometry input.

This changes may require layer separation.

sanak commented 9 months ago

Done in #9