Topic: Wrapping Edges

Hi Alex,

I am attempting to create an image viewer similar to gigapixel to serve up huge tiled images - is there any way that I can wrap the edges of the tiled area to enable viewing of 360º panoramic images?? I have looked through the documentation but couldn't find any reference to anything like this...

Thanks in advance

Re: Wrapping Edges

Hello.

Unfortunately, I did not understand what you want to do?
And how is this related to panorama?

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Wrapping Edges

Hi,

Sorry for the confusion, - what I want to be able to implement is to wrap from one edge to the other in the same way as continuousWorld wrapping works in Leaflet.js for example.

Thanks

Re: Wrapping Edges

You want to do something like:
https://www.mapbox.com/mapbox.js/exampl … -wrapping/

Right?

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

5 (edited by nigel.moore 2015-12-20 17:27:23)

Re: Wrapping Edges

Thanks for your reply,

[Edited now that I am awake!]

Yes Alex, that is what I was trying to ask - how to disable world wrapping / continuousWorld

Re: Wrapping Edges

Unfortunately, there is no way to do it.
There are many technical problems that prevents do it.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Wrapping Edges

Ok no worries, thanks