diff --git a/components/lazmapviewer/examples/fulldemo/configframe_with_addons.lfm b/components/lazmapviewer/examples/fulldemo/configframe_with_addons.lfm index f1773421c..80c03a0ab 100644 --- a/components/lazmapviewer/examples/fulldemo/configframe_with_addons.lfm +++ b/components/lazmapviewer/examples/fulldemo/configframe_with_addons.lfm @@ -85,7 +85,6 @@ inherited CfgFrame_with_addons: TCfgFrame_with_addons 'default' 'RGBGraphics' 'BGRABitmap' - 'LCL' ) Style = csDropDownList TabOrder = 11 diff --git a/components/lazmapviewer/examples/fulldemo/configframe_with_addons.pas b/components/lazmapviewer/examples/fulldemo/configframe_with_addons.pas index f7128445b..7fd8a6e1c 100644 --- a/components/lazmapviewer/examples/fulldemo/configframe_with_addons.pas +++ b/components/lazmapviewer/examples/fulldemo/configframe_with_addons.pas @@ -6,7 +6,7 @@ interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, - mvDrawingEngine, mvDE_RGBGraphics, mvDE_BGRA, mvDE_LCL, + mvDrawingEngine, mvDE_RGBGraphics, mvDE_BGRA, //mvDE_LCL, mvDLEFPC, mvDLEWin, mvDLESynapse, mvDLECache, ConfigFrame; @@ -37,7 +37,7 @@ begin 0: MapView.DrawingEngine := nil; 1: MapView.DrawingEngine := TMvRGBGraphicsDrawingEngine.Create(Self); 2: MapView.DrawingEngine := TMvBGRADrawingEngine.Create(self); - 3: MapView.DrawingEngine := TMvLCLDrawingEngine.Create(self); +// 3: MapView.DrawingEngine := TMvLCLDrawingEngine.Create(self); end; DoUpdateLayers; end; diff --git a/components/lazmapviewer/lazmapviewerpkg.lpk b/components/lazmapviewer/lazmapviewerpkg.lpk index 3d85c6df2..2f0f63612 100644 --- a/components/lazmapviewer/lazmapviewerpkg.lpk +++ b/components/lazmapviewer/lazmapviewerpkg.lpk @@ -22,7 +22,7 @@ FPC 3.2.0 or newer required."/> - + @@ -106,26 +106,21 @@ FPC 3.2.0 or newer required."/> - - - - - - - + + - - + + - - + + - + diff --git a/components/lazmapviewer/lazmapviewerpkg.pas b/components/lazmapviewer/lazmapviewerpkg.pas index ac90bc83f..49ff372c0 100644 --- a/components/lazmapviewer/lazmapviewerpkg.pas +++ b/components/lazmapviewer/lazmapviewerpkg.pas @@ -11,7 +11,7 @@ uses mvCache, mvDownloadEngine, mvDragObj, mvEngine, mvGeoNames, mvGpsObj, mvJobQueue, mvJobs, mvMapProvider, mvTypes, mvMapViewer, mvExtraData, mvDLEFpc, mvMapViewerReg, mvGPX, mvDrawingEngine, mvDE_IntfGraphics, - mvDLEWin, mvMapViewerPropEdits, mvLayersPropEditForm, mvDE_LCL, mvGeoMath, + mvDLEWin, mvMapViewerPropEdits, mvLayersPropEditForm, mvGeoMath, mvMapViewerPathEditForm, mvMapViewerPathEditDsgForm, mvDLECache, LazarusPackageIntf; @@ -21,7 +21,6 @@ procedure Register; begin RegisterUnit('mvMapViewerReg', @mvMapViewerReg.Register); RegisterUnit('mvMapViewerPropEdits', @mvMapViewerPropEdits.Register); - RegisterUnit('mvDE_LCL', @mvDE_LCL.Register); end; initialization