hi,
I try to set up an infinite tilemap, that reloads tile contents when you pan the map around - like google maps.
this is a very basic example on how far i got with trying myself using the examples: http://5.45.98.78/labs/test1/
no i need somehow to send current bounding box coors to the server and check there what to load. I am paning the camera around here not the tilemap am I right? So I gues i detect when the edge of the map is coming into view or something like that?
I am not sure of the best approach and wanted to ask if there are some out of the box functions to achieve this before I cook it myself.
Regards