hellomap3d icon indicating copy to clipboard operation
hellomap3d copied to clipboard

Maps are displayed repeatedly

Open alicewang05 opened this issue 10 years ago • 1 comments

Hello

I am trying to load Mbtiles to the mapview, it is working fine but multiple maps are drawn horizontally. I can see mapView.moveToFitBounds() is used, but does not prevent user to scroll left and right to see the repeated maps. Also I added a marker on the map, but the marker only be shown on one map. Is there any way to only allow on map being drawn or allow marker is added on all maps.

Thanks a lot.

Best Regards, Alice nutiteq_example

alicewang05 avatar Aug 17 '15 11:08 alicewang05

right, find mapView.getOptions().setSeamlessPanning(false); could stop multiple maps being drawn.

alicewang05 avatar Aug 17 '15 13:08 alicewang05