tjasz / geotab

View, interact with, and edit geographical/tabular data.
0 stars 0 forks source link

Revert #102: mapview typescript migration #106

Closed tjasz closed 4 months ago

tjasz commented 4 months ago

Somehow the TS migration broke two things:

The first thing is due to how JS arrays work and is somewhat fixable (by adding a slice() to the second point in the Point case of getFeatureBounds). The second thing is a mystery.

Revert it for now and do the migration again later.