LazMapViewer: Fix issue with marker disappearing at small zoom when the window is wider than the full map. Patch by Ekkehard Domning. Prevent POIImage exception in the fulldemo_with_addons. Show "Cyclic view" checkbox in fulldemo.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8815 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-04-26 20:31:30 +00:00
parent 1dee56cfe6
commit 8e3014d9ab
5 changed files with 49 additions and 9 deletions

View File

@@ -407,6 +407,7 @@ end;
procedure TMapView.SetCyclic(AValue: Boolean);
begin
Engine.Cyclic := AValue;
Engine.Redraw;
end;
procedure TMapView.SetDebugTiles(AValue: Boolean);