diff --git a/components/lazmapviewer/lazmapviewer_all.lpg b/components/lazmapviewer/lazmapviewer_all.lpg index f4737cea2..17970021d 100644 --- a/components/lazmapviewer/lazmapviewer_all.lpg +++ b/components/lazmapviewer/lazmapviewer_all.lpg @@ -51,6 +51,11 @@ + + + + + @@ -78,6 +83,21 @@ + + + + + + + + + + + + + + + diff --git a/components/lazmapviewer/lazmapviewerpkg.lpk b/components/lazmapviewer/lazmapviewerpkg.lpk index 9598fd090..c0a8d270a 100644 --- a/components/lazmapviewer/lazmapviewerpkg.lpk +++ b/components/lazmapviewer/lazmapviewerpkg.lpk @@ -8,7 +8,7 @@ - + @@ -138,36 +138,37 @@ FPC 3.2.0 or newer required."/> - - - - - - - - - - + + - - + + - - + + - - + + - - + + + + + + + + + + + diff --git a/components/lazmapviewer/lazmapviewerpkg.pas b/components/lazmapviewer/lazmapviewerpkg.pas index 0fe68098e..723b3fbdf 100644 --- a/components/lazmapviewer/lazmapviewerpkg.pas +++ b/components/lazmapviewer/lazmapviewerpkg.pas @@ -14,9 +14,9 @@ uses mvDLEWin, mvMapViewerPropEdits, mvLayersPropEditForm, mvGeoMath, mvMapViewerPathEditForm, mvMapViewerPathEditDsgForm, mvDLECache, mvPluginEditors, mvClassRegistration, mvPluginCommon, mvPlugins, - mvspreadmarker_plugin, uInactivityAlarmTimer, mvMapGridPlugin, - mvMapScalePlugin, mvGreatCirclePainterPlugin, mvAreaSelectionPlugin, - mvMarkerPlugins, LazarusPackageIntf; + mvMapGridPlugin, mvMapScalePlugin, mvGreatCirclePainterPlugin, + mvAreaSelectionPlugin, mvMarkerPlugins, mvspreadmarker_plugin, + LazarusPackageIntf; implementation