You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use GeoImage to set on a map an img previously aligned with distortableImage (https://github.com/publiclab/Leaflet.DistortableImage)
The problem is that distortableImage uses the image corners instead of the scale factor used by ol-ext GeoImage.
Assuming that distortAction will be disabled, is there a way to get the scale factor from the distortableImage corners coordinates?
Am I on the right way?
I'm trying to use GeoImage to set on a map an img previously aligned with distortableImage (https://github.com/publiclab/Leaflet.DistortableImage)
The problem is that distortableImage uses the image corners instead of the scale factor used by ol-ext GeoImage.
Assuming that distortAction will be disabled, is there a way to get the scale factor from the distortableImage corners coordinates?
Am I on the right way?
here the test app
https://codesandbox.io/s/suspicious-engelbart-xiv31
the img corners should match the circle features
the actual value of scale are generated using http://viglino.github.io/Map-georeferencer/ but I need a way to generate them from the distortableImage corners coordinates
@Viglino do you think it's possible?
thank you
The text was updated successfully, but these errors were encountered: