Andreas Plesch

Results 64 comments of Andreas Plesch
trafficstars

Ok, it looks like it is possible to provide a custom interpolation function to .interpolation . Is there an example somewhere ? One could probably just follow https://github.com/tweenjs/tween.js/blob/master/src/Tween.js#L771. Indeed, here...

https://glitch.com/edit/#!/rightful-chopper?path=views/index.html:59:12 is more or less what I had in mind. I do not think a custom easing function is easy to derive when you want to have exact values at...

I could think more clearly about what the corresponding easing function would need to be. It turns out that we do know exactly when the uneased function reaches the array...

The figure below attempts to explain how a custom easing for keyed frames is constructed. The easing needs to map the current progress to ? progress in the figure. It...

There is now another js GeoPackage parser which generates GeoJSON: https://loaders.gl/modules/geopackage/docs/api-reference/geopackage-loader https://github.com/visgl/loaders.gl https://github.com/ngageoint/geopackage-js/issues/135#issuecomment-1071231493 points out that it is much smaller, about 400KB compressed, mostly due to the sql library. Maybe...

ogr2ogr is a good option for server processing. For me the main attraction would be the browser interface. I would probably rather use ogr2ogr or gdal directly on the commandline.

First thanks for the amazing mapshaper, both the code and also for running the web page. Basic geotiff support for displaying a base map would be really useful. Only the...

Looking at earlier versions, I found this ticket which implemented support for nadgrids: https://trac.osgeo.org/proj4js/ticket/81#no1 Was this not fully compatible with new proj4js or not functional ?

Since it was a port from proj4, this looked like a good start. Oh well, perhaps the added accuracy is not worth the effort in most use cases.