Loading go-apps/meep-gis-engine/server/gis-engine.go +1 −1 Original line number Diff line number Diff line Loading @@ -538,7 +538,7 @@ func setAutomation(automationType string, state bool) (err error) { } // Type-specific configuration if automationType == AutoTypeNetChar || automationType == AutoTypePoaInRange { if automationType == AutoTypeNetChar { return errors.New("Automation type not supported") } else if automationType == AutoTypeMovement { if state { Loading Loading
go-apps/meep-gis-engine/server/gis-engine.go +1 −1 Original line number Diff line number Diff line Loading @@ -538,7 +538,7 @@ func setAutomation(automationType string, state bool) (err error) { } // Type-specific configuration if automationType == AutoTypeNetChar || automationType == AutoTypePoaInRange { if automationType == AutoTypeNetChar { return errors.New("Automation type not supported") } else if automationType == AutoTypeMovement { if state { Loading